Html Css Color HEX #CA20AE Medium Violet Red

📋 copy color: '#CA20AE'

red 202 ◦ green 32 ◦ blue 174

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

Shades of Medium Violet Red #CA20AE

Tints of Medium Violet Red #CA20AE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.84%

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

R = 49.51%
G = 7.84%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA20AE (or 0xCA20AE) is known color: Medium Violet Red. HEX triplet: CA, 20 and AE. RGB value is (202,32,174). Sum of RGB (Red+Green+Blue) = 202+32+174=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20AE is #35DF51. Grayscale: #626262. Windows color (decimal): -3530578 or 11411658. OLE color: 11411658.

HSL color Cylindrical-coordinate representation of color #CA20AE: hue angle of 309.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20AE is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 174 -
CMYK 0 0.84 0.14 0.21
HSL 309.88º 0.73% 0.46% -
HSV(B) 309.88º 0.84% 0.79% -
XYZ 32.51 16.65 41.54 -
YUV 99.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 202 32 174 0 0.84 0.14 0.21 309.88 0.73 0.46
Hex CA 20 AE 0 54 E 15 136 49 2E
Octal 312 40 256 0 124 16 25 466 111 56
Binary 11001010 100000 10101110 0 1010100 1110 10101 100110110 1001001 101110

Color Harmonies of #CA20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20AE

Black with #CA20AE

Text Example


Text Example

White with #CA20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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