#CA3386

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

Shades of Medium Red Violet #CA3386

Tints of Medium Red Violet #CA3386

Color information

#CA3386 (or 0xCA3386) is unknown color: approx Medium Red Violet. HEX triplet: CA, 33 and 86. RGB value is (202,51,134). Sum of RGB (Red+Green+Blue) = 202+51+134=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3386 is #35CC79. Grayscale: #696969. Windows color (decimal): -3525754 or 8795082. OLE color: 8795082.

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

Color convert

RGB20251134-
CMYK00.750.340.21
HSL327.02º59.68%49.61%-
HSV(B)327.02º74.75%79.22%-
XYZ29.8416.6524.19-
YUV105.61144.03196.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 51 (20.31% from 255) = 13.18%
BLUE value IS 134 (52.73% from 255) = 34.63%
R=52.20%
G=13.18%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025113400.750.340.21327.0259.6849.61
HexCA338604B22151473c32
Octal31263206011342255077462
Binary11001010110011100001100100101110001010101101000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3386; }

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

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

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

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

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

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

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

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