Html Css Color HEX #CA20B8 Deep Magenta

📋 copy color: '#CA20B8'

red 202 ◦ green 32 ◦ blue 184

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

Shades of Deep Magenta #CA20B8

Tints of Deep Magenta #CA20B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.02%

R = 48.33%
G = 7.66%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA20B8 (or 0xCA20B8) is known color: Deep Magenta. HEX triplet: CA, 20 and B8. RGB value is (202,32,184). Sum of RGB (Red+Green+Blue) = 202+32+184=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 184 (72.27% from 255 or 44.02% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20B8 is #35DF47. Grayscale: #636363. Windows color (decimal): -3530568 or 12067018. OLE color: 12067018.

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

Color convert

RGB 202 32 184 -
CMYK 0 0.84 0.09 0.21
HSL 306.35º 0.73% 0.46% -
HSV(B) 306.35º 0.84% 0.79% -
XYZ 33.53 17.05 46.87 -
YUV 100.16 175.32 200.64 -
System Red Green Blue C M Y K H S L
Decimal 202 32 184 0 0.84 0.09 0.21 306.35 0.73 0.46
Hex CA 20 B8 0 54 9 15 132 49 2E
Octal 312 40 270 0 124 11 25 462 111 56
Binary 11001010 100000 10111000 0 1010100 1001 10101 100110010 1001001 101110

Color Harmonies of #CA20B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20B8

Black with #CA20B8

Text Example


Text Example

White with #CA20B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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