#CA3084

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

Shades of Medium Red Violet #CA3084

Tints of Medium Red Violet #CA3084

Color information

#CA3084 (or 0xCA3084) is unknown color: approx Medium Red Violet. HEX triplet: CA, 30 and 84. RGB value is (202,48,132). Sum of RGB (Red+Green+Blue) = 202+48+132=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3084 is #35CF7B. Grayscale: #676767. Windows color (decimal): -3526524 or 8663242. OLE color: 8663242.

HSL color Cylindrical-coordinate representation of color #CA3084: hue angle of 327.27º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3084 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB20248132-
CMYK00.760.350.21
HSL327.27º61.6%49.02%-
HSV(B)327.27º76.24%79.22%-
XYZ29.5816.3423.42-
YUV103.62144.02198.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 48 (19.14% from 255) = 12.57%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=52.88%
G=12.57%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024813200.760.350.21327.2761.649.02
HexCA308404C23151473e31
Octal31260204011443255077661
Binary11001010110000100001000100110010001110101101000111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3084; }

 p { color: rgb(202,48,132); }

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

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

 a { background-color: rgb(202,48,132); }

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

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

 span { border-color: rgb(202,48,132); }

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