#C2009C

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

Shades of Medium Violet Red #C2009C

Tints of Medium Violet Red #C2009C

Color information

#C2009C (or 0xC2009C) is unknown color: approx Medium Violet Red. HEX triplet: C2, 00 and 9C. RGB value is (194,0,156). Sum of RGB (Red+Green+Blue) = 194+0+156=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2009C is #3DFF63. Grayscale: #4B4B4B. Windows color (decimal): -4063076 or 10223810. OLE color: 10223810.

HSL color Cylindrical-coordinate representation of color #C2009C: hue angle of 311.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2009C is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB1940156-
CMYK010.200.24
HSL311.75º100%38.04%-
HSV(B)311.75º100%76.08%-
XYZ28.2513.8732.64-
YUV75.79173.27212.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=55.43%
G=0%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1940156010.200.24311.7510038.04
HexC209C06414181386426
Octal30202340144243047014446
Binary110000100100111000110010010100110001001110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2009C; }

 p { color: rgb(194,0,156); }

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

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

 a { background-color: rgb(194,0,156); }

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

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

 span { border-color: rgb(194,0,156); }

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