#CD0089

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

Shades of Medium Violet Red #CD0089

Tints of Medium Violet Red #CD0089

Color information

#CD0089 (or 0xCD0089) is unknown color: approx Medium Violet Red. HEX triplet: CD, 00 and 89. RGB value is (205,0,137). Sum of RGB (Red+Green+Blue) = 205+0+137=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0089 is #32FF76. Grayscale: #4C4C4C. Windows color (decimal): -3342199 or 8978637. OLE color: 8978637.

HSL color Cylindrical-coordinate representation of color #CD0089: hue angle of 319.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0089 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB2050137-
CMYK010.330.20
HSL319.9º100%40.2%-
HSV(B)319.9º100%80.39%-
XYZ29.6914.7924.96-
YUV76.91161.92219.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=59.94%
G=0%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2050137010.330.20319.910040.2
HexCD08906421141406428
Octal31502110144412450014450
Binary1100110101000100101100100100001101001010000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0089; }

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

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

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

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

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

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

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

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