#CA3586

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

Shades of Medium Red Violet #CA3586

Tints of Medium Red Violet #CA3586

Color information

#CA3586 (or 0xCA3586) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 86. RGB value is (202,53,134). Sum of RGB (Red+Green+Blue) = 202+53+134=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3586 is #35CA79. Grayscale: #6A6A6A. Windows color (decimal): -3525242 or 8795594. OLE color: 8795594.

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

Color convert

RGB20253134-
CMYK00.740.340.21
HSL327.38º58.43%50%-
HSV(B)327.38º73.76%79.22%-
XYZ29.9316.8224.22-
YUV106.78143.36195.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 53 (21.09% from 255) = 13.62%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=51.93%
G=13.62%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025313400.740.340.21327.3858.4350
HexCA358604A22151473a32
Octal31265206011242255077262
Binary11001010110101100001100100101010001010101101000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3586; }

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

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

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

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

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

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

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

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