Html Css Color HEX #CA2AA6 Medium Red Violet

📋 copy color: '#CA2AA6'

red 202 ◦ green 42 ◦ blue 166

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

Shades of Medium Red Violet #CA2AA6

Tints of Medium Red Violet #CA2AA6

RGB

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

 GREEN value IS 42 (16.8% 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 value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA2AA6 (or 0xCA2AA6) is known color: 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

RGB 202 42 166 -
CMYK 0 0.79 0.18 0.21
HSL 313.5º 0.66% 0.48% -
HSV(B) 313.5º 0.79% 0.79% -
XYZ 32.07 16.97 37.66 -
YUV 103.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 202 42 166 0 0.79 0.18 0.21 313.5 0.66 0.48
Hex CA 2A A6 0 4F 12 15 13A 42 30
Octal 312 52 246 0 117 22 25 472 102 60
Binary 11001010 101010 10100110 0 1001111 10010 10101 100111010 1000010 110000

Color Harmonies of #CA2AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AA6

Black with #CA2AA6

Text Example


Text Example

White with #CA2AA6

Text Example


Text Example

HTML Codes & Css Web 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>