Html Css Color HEX #CA20AB Medium Violet Red

📋 copy color: '#CA20AB'

red 202 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #CA20AB

Tints of Medium Violet Red #CA20AB

RGB

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

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

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

R = 49.88%
G = 7.9%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA20AB (or 0xCA20AB) is known color: Medium Violet Red. HEX triplet: CA, 20 and AB. RGB value is (202,32,171). Sum of RGB (Red+Green+Blue) = 202+32+171=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20AB is #35DF54. Grayscale: #626262. Windows color (decimal): -3530581 or 11215050. OLE color: 11215050.

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

Color convert

RGB 202 32 171 -
CMYK 0 0.84 0.15 0.21
HSL 310.94º 0.73% 0.46% -
HSV(B) 310.94º 0.84% 0.79% -
XYZ 32.22 16.53 40.02 -
YUV 98.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 202 32 171 0 0.84 0.15 0.21 310.94 0.73 0.46
Hex CA 20 AB 0 54 F 15 137 49 2E
Octal 312 40 253 0 124 17 25 467 111 56
Binary 11001010 100000 10101011 0 1010100 1111 10101 100110111 1001001 101110

Color Harmonies of #CA20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20AB

Black with #CA20AB

Text Example


Text Example

White with #CA20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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