Html Css Color HEX #CA20BB Deep Magenta

📋 copy color: '#CA20BB'

red 202 ◦ green 32 ◦ blue 187

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

Shades of Deep Magenta #CA20BB

Tints of Deep Magenta #CA20BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 47.98%
G = 7.6%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA20BB (or 0xCA20BB) is known color: Deep Magenta. HEX triplet: CA, 20 and BB. RGB value is (202,32,187). Sum of RGB (Red+Green+Blue) = 202+32+187=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20BB is #35DF44. Grayscale: #646464. Windows color (decimal): -3530565 or 12263626. OLE color: 12263626.

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

Color convert

RGB 202 32 187 -
CMYK 0 0.84 0.07 0.21
HSL 305.29º 0.73% 0.46% -
HSV(B) 305.29º 0.84% 0.79% -
XYZ 33.84 17.18 48.55 -
YUV 100.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 202 32 187 0 0.84 0.07 0.21 305.29 0.73 0.46
Hex CA 20 BB 0 54 7 15 131 49 2E
Octal 312 40 273 0 124 7 25 461 111 56
Binary 11001010 100000 10111011 0 1010100 111 10101 100110001 1001001 101110

Color Harmonies of #CA20BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20BB

Black with #CA20BB

Text Example


Text Example

White with #CA20BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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