Html Css Color HEX #CA2AAB Medium Red Violet

📋 copy color: '#CA2AAB'

red 202 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #CA2AAB

Tints of Medium Red Violet #CA2AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 48.67%
G = 10.12%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA2AAB (or 0xCA2AAB) is known color: Medium Red Violet. HEX triplet: CA, 2A and AB. RGB value is (202,42,171). Sum of RGB (Red+Green+Blue) = 202+42+171=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2AAB is #35D554. Grayscale: #686868. Windows color (decimal): -3528021 or 11217610. OLE color: 11217610.

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

Color convert

RGB 202 42 171 -
CMYK 0 0.79 0.15 0.21
HSL 311.63º 0.66% 0.48% -
HSV(B) 311.63º 0.79% 0.79% -
XYZ 32.54 17.15 40.12 -
YUV 104.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 202 42 171 0 0.79 0.15 0.21 311.63 0.66 0.48
Hex CA 2A AB 0 4F F 15 138 42 30
Octal 312 52 253 0 117 17 25 470 102 60
Binary 11001010 101010 10101011 0 1001111 1111 10101 100111000 1000010 110000

Color Harmonies of #CA2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AAB

Black with #CA2AAB

Text Example


Text Example

White with #CA2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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