#CD0E72

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

Shades of Medium Violet Red #CD0E72

Tints of Medium Violet Red #CD0E72

Color information

#CD0E72 (or 0xCD0E72) is unknown color: approx Medium Violet Red. HEX triplet: CD, 0E and 72. RGB value is (205,14,114). Sum of RGB (Red+Green+Blue) = 205+14+114=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0E72 is #32F18D. Grayscale: #525252. Windows color (decimal): -3338638 or 7474893. OLE color: 7474893.

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

Color convert

RGB20514114-
CMYK00.930.440.20
HSL328.59º87.21%42.94%-
HSV(B)328.59º93.17%80.39%-
XYZ28.3714.5117.22-
YUV82.51145.78215.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.56%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 114 (44.92% from 255) = 34.23%
R=61.56%
G=4.20%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051411400.930.440.20328.5987.2142.94
HexCDE7205D2C14149572b
Octal315161620135542451112753
Binary110011011110111001001011101101100101001010010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0E72; }

 p { color: rgb(205,14,114); }

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

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

 a { background-color: rgb(205,14,114); }

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

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

 span { border-color: rgb(205,14,114); }

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