Html Css Color HEX #CA20BA Deep Magenta

📋 copy color: '#CA20BA'

red 202 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #CA20BA

Tints of Deep Magenta #CA20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 48.1%
G = 7.62%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA20BA (or 0xCA20BA) is known color: Deep Magenta. HEX triplet: CA, 20 and BA. RGB value is (202,32,186). Sum of RGB (Red+Green+Blue) = 202+32+186=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20BA is #35DF45. Grayscale: #636363. Windows color (decimal): -3530566 or 12198090. OLE color: 12198090.

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

Color convert

RGB 202 32 186 -
CMYK 0 0.84 0.08 0.21
HSL 305.65º 0.73% 0.46% -
HSV(B) 305.65º 0.84% 0.79% -
XYZ 33.74 17.13 47.98 -
YUV 100.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 202 32 186 0 0.84 0.08 0.21 305.65 0.73 0.46
Hex CA 20 BA 0 54 8 15 132 49 2E
Octal 312 40 272 0 124 10 25 462 111 56
Binary 11001010 100000 10111010 0 1010100 1000 10101 100110010 1001001 101110

Color Harmonies of #CA20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20BA

Black with #CA20BA

Text Example


Text Example

White with #CA20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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