#cf0d8e

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

Shades of Medium Violet Red #CF0D8E

Tints of Medium Violet Red #CF0D8E

Color information

#CF0D8E (or 0xCF0D8E) is unknown color: approx Medium Violet Red. HEX triplet: CF, 0D and 8E. RGB value is (207,13,142). Sum of RGB (Red+Green+Blue) = 207+13+142=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0D8E is #30F271. Grayscale: #555555. Windows color (decimal): -3207794 or 9309647. OLE color: 9309647.

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

Color convert

RGB20713142-
CMYK00.940.310.19
HSL320.1º88.18%43.14%-
HSV(B)320.1º93.72%81.18%-
XYZ30.7615.5126.96-
YUV85.71159.77214.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 13 (5.47% from 255) = 3.59%
BLUE value IS 142 (55.86% from 255) = 39.23%
R=57.18%
G=3.59%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071314200.940.310.19320.188.1843.14
HexCFD8E05E1F13140582b
Octal317152160136372350013053
Binary110011111101100011100101111011111100111010000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0d8e; }

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

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

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

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

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

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

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

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