#CD0F89

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

Shades of Medium Violet Red #CD0F89

Tints of Medium Violet Red #CD0F89

Color information

#CD0F89 (or 0xCD0F89) is unknown color: approx Medium Violet Red. HEX triplet: CD, 0F and 89. RGB value is (205,15,137). Sum of RGB (Red+Green+Blue) = 205+15+137=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0F89 is #32F076. Grayscale: #555555. Windows color (decimal): -3338359 or 8982477. OLE color: 8982477.

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

Color convert

RGB20515137-
CMYK00.930.330.20
HSL321.47º86.36%43.14%-
HSV(B)321.47º92.68%80.39%-
XYZ29.8615.1325.01-
YUV85.72156.95213.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.42%
GREEN value IS 15 (6.25% from 255) = 4.20%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=57.42%
G=4.20%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051513700.930.330.20321.4786.3643.14
HexCDF8905D2114141562b
Octal315172110135412450112653
Binary1100110111111000100101011101100001101001010000011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0F89; }

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

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

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

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

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

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

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

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