#C01969

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

Shades of Medium Violet Red #C01969

Tints of Medium Violet Red #C01969

Color information

#C01969 (or 0xC01969) is unknown color: approx Medium Violet Red. HEX triplet: C0, 19 and 69. RGB value is (192,25,105). Sum of RGB (Red+Green+Blue) = 192+25+105=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C01969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01969 is #3FE696. Grayscale: #535353. Windows color (decimal): -4187799 or 6887872. OLE color: 6887872.

HSL color Cylindrical-coordinate representation of color #C01969: hue angle of 331.26º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01969 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19225105-
CMYK00.870.450.25
HSL331.26º76.96%42.55%-
HSV(B)331.26º86.98%75.29%-
XYZ24.6412.9214.56-
YUV84.05139.83205-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.63%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=59.63%
G=7.76%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922510500.870.450.25331.2676.9642.55
HexC019690572D1914b4d2b
Octal300311510127553151311553
Binary1100000011001110100101010111101101110011010010111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01969; }

 p { color: rgb(192,25,105); }

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

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

 a { background-color: rgb(192,25,105); }

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

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

 span { border-color: rgb(192,25,105); }

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