#CA2A9E

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

Shades of Medium Red Violet #CA2A9E

Tints of Medium Red Violet #CA2A9E

Color information

#CA2A9E (or 0xCA2A9E) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2A and 9E. RGB value is (202,42,158). Sum of RGB (Red+Green+Blue) = 202+42+158=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A9E is #35D561. Grayscale: #666666. Windows color (decimal): -3528034 or 10365642. OLE color: 10365642.

HSL color Cylindrical-coordinate representation of color #CA2A9E: hue angle of 316.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 #CA2A9E is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20242158-
CMYK00.790.220.21
HSL316.5º65.57%47.84%-
HSV(B)316.5º79.21%79.22%-
XYZ31.3616.6833.91-
YUV103.06159.01198.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 42 (16.80% from 255) = 10.45%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=50.25%
G=10.45%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024215800.790.220.21316.565.5747.84
HexCA2A9E04F161513c4230
Octal312522360117262547410260
Binary11001010101010100111100100111110110101011001111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2A9E; }

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

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

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

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

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

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

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

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