#CA2AA6

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

Shades of Medium Red Violet #CA2AA6

Tints of Medium Red Violet #CA2AA6

Color information

#CA2AA6 (or 0xCA2AA6) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2A and A6. RGB value is (202,42,166). Sum of RGB (Red+Green+Blue) = 202+42+166=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2AA6 is #35D559. Grayscale: #676767. Windows color (decimal): -3528026 or 10889930. OLE color: 10889930.

HSL color Cylindrical-coordinate representation of color #CA2AA6: hue angle of 313.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2AA6 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20242166-
CMYK00.790.180.21
HSL313.5º65.57%47.84%-
HSV(B)313.5º79.21%79.22%-
XYZ32.0716.9737.66-
YUV103.98163.01197.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 42 (16.80% from 255) = 10.24%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=49.27%
G=10.24%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024216600.790.180.21313.565.5747.84
HexCA2AA604F121513a4230
Octal312522460117222547210260
Binary11001010101010101001100100111110010101011001110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2AA6; }

 p { color: rgb(202,42,166); }

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

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

 a { background-color: rgb(202,42,166); }

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

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

 span { border-color: rgb(202,42,166); }

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