#CA0086

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

Shades of Medium Violet Red #CA0086

Tints of Medium Violet Red #CA0086

Color information

#CA0086 (or 0xCA0086) is unknown color: approx Medium Violet Red. HEX triplet: CA, 00 and 86. RGB value is (202,0,134). Sum of RGB (Red+Green+Blue) = 202+0+134=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0086 is #35FF79. Grayscale: #4B4B4B. Windows color (decimal): -3538810 or 8782026. OLE color: 8782026.

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

Color convert

RGB2020134-
CMYK010.340.21
HSL320.2º100%39.61%-
HSV(B)320.2º100%79.22%-
XYZ28.6614.2823.8-
YUV75.67160.92218.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=60.12%
G=0%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020134010.340.21320.210039.61
HexCA08606422151406428
Octal31202060144422550014450
Binary1100101001000011001100100100010101011010000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0086; }

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

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

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

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

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

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

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

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