Html Css Color HEX #CA20B9 Deep Magenta

📋 copy color: '#CA20B9'

red 202 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #CA20B9

Tints of Deep Magenta #CA20B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.15%

R = 48.21%
G = 7.64%
B = 44.15%

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

#CA20B9 (or 0xCA20B9) is known color: Deep Magenta. HEX triplet: CA, 20 and B9. RGB value is (202,32,185). Sum of RGB (Red+Green+Blue) = 202+32+185=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20B9 is #35DF46. Grayscale: #636363. Windows color (decimal): -3530567 or 12132554. OLE color: 12132554.

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

Color convert

RGB 202 32 185 -
CMYK 0 0.84 0.08 0.21
HSL 306º 0.73% 0.46% -
HSV(B) 306º 0.84% 0.79% -
XYZ 33.63 17.09 47.43 -
YUV 100.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 202 32 185 0 0.84 0.08 0.21 306 0.73 0.46
Hex CA 20 B9 0 54 8 15 132 49 2E
Octal 312 40 271 0 124 10 25 462 111 56
Binary 11001010 100000 10111001 0 1010100 1000 10101 100110010 1001001 101110

Color Harmonies of #CA20B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20B9

Black with #CA20B9

Text Example


Text Example

White with #CA20B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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