#c9208f

Color #C9208F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C9208F

Tints of Medium Violet Red #C9208F

Color information

#C9208F (or 0xC9208F) is unknown color: approx Medium Violet Red. HEX triplet: C9, 20 and 8F. RGB value is (201,32,143). Sum of RGB (Red+Green+Blue) = 201+32+143=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9208F is #36DF70. Grayscale: #5E5E5E. Windows color (decimal): -3596145 or 9380041. OLE color: 9380041.

HSL color Cylindrical-coordinate representation of color #C9208F: hue angle of 320.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9208F is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB20132143-
CMYK00.840.290.21
HSL320.59º72.53%45.69%-
HSV(B)320.59º84.08%78.82%-
XYZ29.5615.4327.41-
YUV95.18154.99203.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 32 (12.89% from 255) = 8.51%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=53.46%
G=8.51%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013214300.840.290.21320.5972.5345.69
HexC9208F0541D15141492e
Octal311402170124352550111156
Binary11001001100000100011110101010011101101011010000011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9208f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9208f; }

 p { color: rgb(201,32,143); }

 H1.HeaderClassName
 {
   color: #c9208f;
 }
 .AnyTagClassName
 {
   color: #c9208f;
 }
</style>
background-color css

<style>
 a { background-color: #c9208f; }

 a { background-color: rgb(201,32,143); }

 div.DivClassName
 {
   background-color: #c9208f;
 }
 .BgClassName
 {
   background-color: #c9208f;
 }
</style>
border-color css

<style>
 span { border-color: #c9208f; }

 span { border-color: rgb(201,32,143); }

 td.TdClassName
 {
   border-color: #c9208f;
 }
 .TagClassName
 {
   border-color: #c9208f;
 }
</style>