#CA3284

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

Shades of Medium Red Violet #CA3284

Tints of Medium Red Violet #CA3284

Color information

#CA3284 (or 0xCA3284) is unknown color: approx Medium Red Violet. HEX triplet: CA, 32 and 84. RGB value is (202,50,132). Sum of RGB (Red+Green+Blue) = 202+50+132=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3284 is #35CD7B. Grayscale: #686868. Windows color (decimal): -3526012 or 8663754. OLE color: 8663754.

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

Color convert

RGB20250132-
CMYK00.750.350.21
HSL327.63º60.32%49.41%-
HSV(B)327.63º75.25%79.22%-
XYZ29.6616.523.45-
YUV104.8143.36197.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 50 (19.92% from 255) = 13.02%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=52.60%
G=13.02%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025013200.750.350.21327.6360.3249.41
HexCA328404B23151483c31
Octal31262204011343255107461
Binary11001010110010100001000100101110001110101101001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3284; }

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

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

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

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

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

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

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

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