#CF0A96

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

Shades of Medium Violet Red #CF0A96

Tints of Medium Violet Red #CF0A96

Color information

#CF0A96 (or 0xCF0A96) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0A and 96. RGB value is (207,10,150). Sum of RGB (Red+Green+Blue) = 207+10+150=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0A96 is #30F569. Grayscale: #545454. Windows color (decimal): -3208554 or 9833167. OLE color: 9833167.

HSL color Cylindrical-coordinate representation of color #CF0A96: hue angle of 317.36º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A96 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB20710150-
CMYK00.950.280.19
HSL317.36º90.78%42.55%-
HSV(B)317.36º95.17%81.18%-
XYZ31.3515.6830.23-
YUV84.86164.77215.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 10 (4.30% from 255) = 2.72%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=56.40%
G=2.72%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071015000.950.280.19317.3690.7842.55
HexCFA9605F1C1313d5b2b
Octal317122260137342347513353
Binary110011111010100101100101111111100100111001111011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0A96; }

 p { color: rgb(207,10,150); }

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

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

 a { background-color: rgb(207,10,150); }

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

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

 span { border-color: rgb(207,10,150); }

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