#CD0A89

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

Shades of Medium Violet Red #CD0A89

Tints of Medium Violet Red #CD0A89

Color information

#CD0A89 (or 0xCD0A89) is unknown color: approx Medium Violet Red. HEX triplet: CD, 0A and 89. RGB value is (205,10,137). Sum of RGB (Red+Green+Blue) = 205+10+137=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0A89 is #32F576. Grayscale: #525252. Windows color (decimal): -3339639 or 8981197. OLE color: 8981197.

HSL color Cylindrical-coordinate representation of color #CD0A89: hue angle of 320.92º 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 #CD0A89 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20510137-
CMYK00.950.330.20
HSL320.92º90.7%42.16%-
HSV(B)320.92º95.12%80.39%-
XYZ29.81524.99-
YUV82.78158.6215.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.24%
GREEN value IS 10 (4.30% from 255) = 2.84%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=58.24%
G=2.84%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051013700.950.330.20320.9290.742.16
HexCDA8905F21141415b2a
Octal315122110137412450113352
Binary1100110110101000100101011111100001101001010000011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0A89; }

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

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

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

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

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

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

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

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