#CA2184

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

Shades of Medium Violet Red #CA2184

Tints of Medium Violet Red #CA2184

Color information

#CA2184 (or 0xCA2184) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and 84. RGB value is (202,33,132). Sum of RGB (Red+Green+Blue) = 202+33+132=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2184 is #35DE7B. Grayscale: #5E5E5E. Windows color (decimal): -3530364 or 8659402. OLE color: 8659402.

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

Color convert

RGB20233132-
CMYK00.840.350.21
HSL324.85º71.91%46.08%-
HSV(B)324.85º83.66%79.22%-
XYZ29.0715.3123.25-
YUV94.82148.99204.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=55.04%
G=8.99%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023313200.840.350.21324.8571.9146.08
HexCA21840542315145482e
Octal312412040124432550511056
Binary110010101000011000010001010100100011101011010001011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2184; }

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

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

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

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

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

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

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

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