#CD0A78

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

Shades of Medium Violet Red #CD0A78

Tints of Medium Violet Red #CD0A78

Color information

#CD0A78 (or 0xCD0A78) is unknown color: approx Medium Violet Red. HEX triplet: CD, 0A and 78. RGB value is (205,10,120). Sum of RGB (Red+Green+Blue) = 205+10+120=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A78 is #32F587. Grayscale: #505050. Windows color (decimal): -3339656 or 7867085. OLE color: 7867085.

HSL color Cylindrical-coordinate representation of color #CD0A78: hue angle of 326.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A78 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB20510120-
CMYK00.950.410.20
HSL326.15º90.7%42.16%-
HSV(B)326.15º95.12%80.39%-
XYZ28.6814.5519.07-
YUV80.84150.1216.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.19%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=61.19%
G=2.99%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051012000.950.410.20326.1590.742.16
HexCDA7805F29141465b2a
Octal315121700137512450613352
Binary110011011010111100001011111101001101001010001101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0A78; }

 p { color: rgb(205,10,120); }

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

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

 a { background-color: rgb(205,10,120); }

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

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

 span { border-color: rgb(205,10,120); }

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