Html Css Color HEX #CA20B4 Deep Magenta

📋 copy color: '#CA20B4'

red 202 ◦ green 32 ◦ blue 180

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

Shades of Deep Magenta #CA20B4

Tints of Deep Magenta #CA20B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.48%

R = 48.79%
G = 7.73%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#CA20B4 (or 0xCA20B4) is known color: Deep Magenta. HEX triplet: CA, 20 and B4. RGB value is (202,32,180). Sum of RGB (Red+Green+Blue) = 202+32+180=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20B4 is #35DF4B. Grayscale: #636363. Windows color (decimal): -3530572 or 11804874. OLE color: 11804874.

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

Color convert

RGB 202 32 180 -
CMYK 0 0.84 0.11 0.21
HSL 307.76º 0.73% 0.46% -
HSV(B) 307.76º 0.84% 0.79% -
XYZ 33.11 16.88 44.69 -
YUV 99.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 202 32 180 0 0.84 0.11 0.21 307.76 0.73 0.46
Hex CA 20 B4 0 54 B 15 134 49 2E
Octal 312 40 264 0 124 13 25 464 111 56
Binary 11001010 100000 10110100 0 1010100 1011 10101 100110100 1001001 101110

Color Harmonies of #CA20B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20B4

Black with #CA20B4

Text Example


Text Example

White with #CA20B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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