Html Css Color HEX #CA20B5 Deep Magenta

📋 copy color: '#CA20B5'

red 202 ◦ green 32 ◦ blue 181

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

Shades of Deep Magenta #CA20B5

Tints of Deep Magenta #CA20B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.61%

R = 48.67%
G = 7.71%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA20B5 (or 0xCA20B5) is known color: Deep Magenta. HEX triplet: CA, 20 and B5. RGB value is (202,32,181). Sum of RGB (Red+Green+Blue) = 202+32+181=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20B5 is #35DF4A. Grayscale: #636363. Windows color (decimal): -3530571 or 11870410. OLE color: 11870410.

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

Color convert

RGB 202 32 181 -
CMYK 0 0.84 0.10 0.21
HSL 307.41º 0.73% 0.46% -
HSV(B) 307.41º 0.84% 0.79% -
XYZ 33.21 16.93 45.23 -
YUV 99.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 202 32 181 0 0.84 0.10 0.21 307.41 0.73 0.46
Hex CA 20 B5 0 54 A 15 133 49 2E
Octal 312 40 265 0 124 12 25 463 111 56
Binary 11001010 100000 10110101 0 1010100 1010 10101 100110011 1001001 101110

Color Harmonies of #CA20B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20B5

Black with #CA20B5

Text Example


Text Example

White with #CA20B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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