Html Css Color HEX #CA2AA2 Medium Red Violet

📋 copy color: '#CA2AA2'

red 202 ◦ green 42 ◦ blue 162

#CA2AA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #CA2AA2

Tints of Medium Red Violet #CA2AA2

RGB

 RED value IS 202 (79.3% from 255) = 49.75%

 GREEN value IS 42 (16.8% from 255) = 10.34%

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 49.75%
G = 10.34%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA2AA2 (or 0xCA2AA2) is known color: Medium Red Violet. HEX triplet: CA, 2A and A2. RGB value is (202,42,162). Sum of RGB (Red+Green+Blue) = 202+42+162=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2AA2 is #35D55D. Grayscale: #676767. Windows color (decimal): -3528030 or 10627786. OLE color: 10627786.

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

Color convert

RGB 202 42 162 -
CMYK 0 0.79 0.20 0.21
HSL 315º 0.66% 0.48% -
HSV(B) 315º 0.79% 0.79% -
XYZ 31.71 16.82 35.76 -
YUV 103.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 202 42 162 0 0.79 0.20 0.21 315 0.66 0.48
Hex CA 2A A2 0 4F 14 15 13B 42 30
Octal 312 52 242 0 117 24 25 473 102 60
Binary 11001010 101010 10100010 0 1001111 10100 10101 100111011 1000010 110000

Color Harmonies of #CA2AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AA2

Black with #CA2AA2

Text Example


Text Example

White with #CA2AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2AA2; }

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

 H1.HeaderClassName
 {
   color: #CA2AA2;
 }
 .AnyTagClassName
 {
   color: #CA2AA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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