#CF0E8E

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

Shades of Medium Violet Red #CF0E8E

Tints of Medium Violet Red #CF0E8E

Color information

#CF0E8E (or 0xCF0E8E) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0E and 8E. RGB value is (207,14,142). Sum of RGB (Red+Green+Blue) = 207+14+142=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0E8E is #30F171. Grayscale: #555555. Windows color (decimal): -3207538 or 9309903. OLE color: 9309903.

HSL color Cylindrical-coordinate representation of color #CF0E8E: hue angle of 320.21º 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 #CF0E8E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB20714142-
CMYK00.930.310.19
HSL320.21º87.33%43.33%-
HSV(B)320.21º93.24%81.18%-
XYZ30.7715.5326.97-
YUV86.3159.44214.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.02%
GREEN value IS 14 (5.86% from 255) = 3.86%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=57.02%
G=3.86%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071414200.930.310.19320.2187.3343.33
HexCFE8E05D1F13140572b
Octal317162160135372350012753
Binary110011111110100011100101110111111100111010000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0E8E; }

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

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

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

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

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

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

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

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