Html Css Color HEX #CB20D4 Deep Magenta

📋 copy color: '#CB20D4'

red 203 ◦ green 32 ◦ blue 212

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

Shades of Deep Magenta #CB20D4

Tints of Deep Magenta #CB20D4

RGB

 RED value IS 203 (79.69% from 255) = 45.41%

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

 BLUE value IS 212 (83.2% from 255) = 47.43%

R = 45.41%
G = 7.16%
B = 47.43%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CB20D4 (or 0xCB20D4) is known color: Deep Magenta. HEX triplet: CB, 20 and D4. RGB value is (203,32,212). Sum of RGB (Red+Green+Blue) = 203+32+212=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB20D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20D4 is #34DF2B. Grayscale: #676767. Windows color (decimal): -3465004 or 13902027. OLE color: 13902027.

HSL color Cylindrical-coordinate representation of color #CB20D4: hue angle of 297º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB20D4 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 32 212 -
CMYK 0.04 0.85 0 0.17
HSL 297º 0.74% 0.48% -
HSV(B) 297º 0.85% 0.83% -
XYZ 37.03 18.48 63.9 -
YUV 103.65 189.15 198.86 -
System Red Green Blue C M Y K H S L
Decimal 203 32 212 0.04 0.85 0 0.17 297 0.74 0.48
Hex CB 20 D4 4 55 0 11 129 4A 30
Octal 313 40 324 4 125 0 21 451 112 60
Binary 11001011 100000 11010100 100 1010101 0 10001 100101001 1001010 110000

Color Harmonies of #CB20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB20D4

Black with #CB20D4

Text Example


Text Example

White with #CB20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB20D4; }

 p { color: rgb(203,32,212); }

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

background-color css

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

 a { background-color: rgb(203,32,212); }

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

border-color css

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

 span { border-color: rgb(203,32,212); }

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