Html Css Color HEX #CA21AE Medium Violet Red

📋 copy color: '#CA21AE'

red 202 ◦ green 33 ◦ blue 174

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

Shades of Medium Violet Red #CA21AE

Tints of Medium Violet Red #CA21AE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.07%

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

R = 49.39%
G = 8.07%
B = 42.54%

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

#CA21AE (or 0xCA21AE) is known color: Medium Violet Red. HEX triplet: CA, 21 and AE. RGB value is (202,33,174). Sum of RGB (Red+Green+Blue) = 202+33+174=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21AE is #35DE51. Grayscale: #636363. Windows color (decimal): -3530322 or 11411914. OLE color: 11411914.

HSL color Cylindrical-coordinate representation of color #CA21AE: hue angle of 309.94º degrees, saturation: 0.72, 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 #CA21AE is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 174 -
CMYK 0 0.84 0.14 0.21
HSL 309.94º 0.72% 0.46% -
HSV(B) 309.94º 0.84% 0.79% -
XYZ 32.54 16.7 41.55 -
YUV 99.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 202 33 174 0 0.84 0.14 0.21 309.94 0.72 0.46
Hex CA 21 AE 0 54 E 15 136 48 2E
Octal 312 41 256 0 124 16 25 466 110 56
Binary 11001010 100001 10101110 0 1010100 1110 10101 100110110 1001000 101110

Color Harmonies of #CA21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA21AE

Black with #CA21AE

Text Example


Text Example

White with #CA21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA21AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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