#CD0086

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

Shades of Medium Violet Red #CD0086

Tints of Medium Violet Red #CD0086

Color information

#CD0086 (or 0xCD0086) is unknown color: approx Medium Violet Red. HEX triplet: CD, 00 and 86. RGB value is (205,0,134). Sum of RGB (Red+Green+Blue) = 205+0+134=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0086 is #32FF79. Grayscale: #4C4C4C. Windows color (decimal): -3342202 or 8782029. OLE color: 8782029.

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

Color convert

RGB2050134-
CMYK010.350.20
HSL320.78º100%40.2%-
HSV(B)320.78º100%80.39%-
XYZ29.4814.723.84-
YUV76.57160.42219.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=60.47%
G=0%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2050134010.350.20320.7810040.2
HexCD08606423141416428
Octal31502060144432450114450
Binary1100110101000011001100100100011101001010000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0086; }

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

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

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

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

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

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

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

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