Html Css Color HEX #CA2AAE Medium Red Violet

📋 copy color: '#CA2AAE'

red 202 ◦ green 42 ◦ blue 174

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

Shades of Medium Red Violet #CA2AAE

Tints of Medium Red Violet #CA2AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.63%

R = 48.33%
G = 10.05%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA2AAE (or 0xCA2AAE) is known color: Medium Red Violet. HEX triplet: CA, 2A and AE. RGB value is (202,42,174). Sum of RGB (Red+Green+Blue) = 202+42+174=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2AAE is #35D551. Grayscale: #686868. Windows color (decimal): -3528018 or 11414218. OLE color: 11414218.

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

Color convert

RGB 202 42 174 -
CMYK 0 0.79 0.14 0.21
HSL 310.5º 0.66% 0.48% -
HSV(B) 310.5º 0.79% 0.79% -
XYZ 32.83 17.27 41.65 -
YUV 104.89 167.01 197.27 -
System Red Green Blue C M Y K H S L
Decimal 202 42 174 0 0.79 0.14 0.21 310.5 0.66 0.48
Hex CA 2A AE 0 4F E 15 136 42 30
Octal 312 52 256 0 117 16 25 466 102 60
Binary 11001010 101010 10101110 0 1001111 1110 10101 100110110 1000010 110000

Color Harmonies of #CA2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AAE

Black with #CA2AAE

Text Example


Text Example

White with #CA2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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