Html Css Color HEX #CA20B6 Deep Magenta

📋 copy color: '#CA20B6'

red 202 ◦ green 32 ◦ blue 182

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

Shades of Deep Magenta #CA20B6

Tints of Deep Magenta #CA20B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.75%

R = 48.56%
G = 7.69%
B = 43.75%

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

#CA20B6 (or 0xCA20B6) is known color: Deep Magenta. HEX triplet: CA, 20 and B6. RGB value is (202,32,182). Sum of RGB (Red+Green+Blue) = 202+32+182=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20B6 is #35DF49. Grayscale: #636363. Windows color (decimal): -3530570 or 11935946. OLE color: 11935946.

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

Color convert

RGB 202 32 182 -
CMYK 0 0.84 0.10 0.21
HSL 307.06º 0.73% 0.46% -
HSV(B) 307.06º 0.84% 0.79% -
XYZ 33.32 16.97 45.77 -
YUV 99.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 202 32 182 0 0.84 0.10 0.21 307.06 0.73 0.46
Hex CA 20 B6 0 54 A 15 133 49 2E
Octal 312 40 266 0 124 12 25 463 111 56
Binary 11001010 100000 10110110 0 1010100 1010 10101 100110011 1001001 101110

Color Harmonies of #CA20B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20B6

Black with #CA20B6

Text Example


Text Example

White with #CA20B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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