#C01689

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

Shades of Medium Violet Red #C01689

Tints of Medium Violet Red #C01689

Color information

#C01689 (or 0xC01689) is unknown color: approx Medium Violet Red. HEX triplet: C0, 16 and 89. RGB value is (192,22,137). Sum of RGB (Red+Green+Blue) = 192+22+137=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C01689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01689 is #3FE976. Grayscale: #555555. Windows color (decimal): -4188535 or 8984256. OLE color: 8984256.

HSL color Cylindrical-coordinate representation of color #C01689: hue angle of 319.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01689 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19222137-
CMYK00.890.290.25
HSL319.41º79.44%41.96%-
HSV(B)319.41º88.54%75.29%-
XYZ26.5413.5924.89-
YUV85.94156.82203.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 22 (8.98% from 255) = 6.27%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=54.70%
G=6.27%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922213700.890.290.25319.4179.4441.96
HexC016890591D1913f4f2a
Octal300262110131353147711752
Binary1100000010110100010010101100111101110011001111111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01689; }

 p { color: rgb(192,22,137); }

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

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

 a { background-color: rgb(192,22,137); }

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

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

 span { border-color: rgb(192,22,137); }

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