#CF0EA6

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

Shades of Medium Violet Red #CF0EA6

Tints of Medium Violet Red #CF0EA6

Color information

#CF0EA6 (or 0xCF0EA6) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0E and A6. RGB value is (207,14,166). Sum of RGB (Red+Green+Blue) = 207+14+166=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0EA6 is #30F159. Grayscale: #585858. Windows color (decimal): -3207514 or 10882767. OLE color: 10882767.

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

Color convert

RGB20714166-
CMYK00.930.200.19
HSL312.75º87.33%43.33%-
HSV(B)312.75º93.24%81.18%-
XYZ32.7716.3337.5-
YUV89.04171.44212.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 14 (5.86% from 255) = 3.62%
BLUE value IS 166 (65.23% from 255) = 42.89%
R=53.49%
G=3.62%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071416600.930.200.19312.7587.3343.33
HexCFEA605D1413139572b
Octal317162460135242347112753
Binary110011111110101001100101110110100100111001110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0EA6; }

 p { color: rgb(207,14,166); }

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

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

 a { background-color: rgb(207,14,166); }

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

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

 span { border-color: rgb(207,14,166); }

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