Html Css Color HEX #CA2AA4 Medium Red Violet

📋 copy color: '#CA2AA4'

red 202 ◦ green 42 ◦ blue 164

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

Shades of Medium Red Violet #CA2AA4

Tints of Medium Red Violet #CA2AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 49.51%
G = 10.29%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA2AA4 (or 0xCA2AA4) is known color: Medium Red Violet. HEX triplet: CA, 2A and A4. RGB value is (202,42,164). Sum of RGB (Red+Green+Blue) = 202+42+164=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2AA4 is #35D55B. Grayscale: #676767. Windows color (decimal): -3528028 or 10758858. OLE color: 10758858.

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

Color convert

RGB 202 42 164 -
CMYK 0 0.79 0.19 0.21
HSL 314.25º 0.66% 0.48% -
HSV(B) 314.25º 0.79% 0.79% -
XYZ 31.89 16.89 36.7 -
YUV 103.75 162.01 198.08 -
System Red Green Blue C M Y K H S L
Decimal 202 42 164 0 0.79 0.19 0.21 314.25 0.66 0.48
Hex CA 2A A4 0 4F 13 15 13A 42 30
Octal 312 52 244 0 117 23 25 472 102 60
Binary 11001010 101010 10100100 0 1001111 10011 10101 100111010 1000010 110000

Color Harmonies of #CA2AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AA4

Black with #CA2AA4

Text Example


Text Example

White with #CA2AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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