Html Css Color HEX #CB20D9 Deep Magenta

📋 copy color: '#CB20D9'

red 203 ◦ green 32 ◦ blue 217

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

Shades of Deep Magenta #CB20D9

Tints of Deep Magenta #CB20D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 44.91%
G = 7.08%
B = 48.01%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB20D9 (or 0xCB20D9) is known color: Deep Magenta. HEX triplet: CB, 20 and D9. RGB value is (203,32,217). Sum of RGB (Red+Green+Blue) = 203+32+217=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB20D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20D9 is #34DF26. Grayscale: #676767. Windows color (decimal): -3464999 or 14229707. OLE color: 14229707.

HSL color Cylindrical-coordinate representation of color #CB20D9: hue angle of 295.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB20D9 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 32 217 -
CMYK 0.06 0.85 0 0.15
HSL 295.46º 0.74% 0.49% -
HSV(B) 295.46º 0.85% 0.85% -
XYZ 37.67 18.74 67.28 -
YUV 104.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 203 32 217 0.06 0.85 0 0.15 295.46 0.74 0.49
Hex CB 20 D9 6 55 0 F 127 4A 31
Octal 313 40 331 6 125 0 17 447 112 61
Binary 11001011 100000 11011001 110 1010101 0 1111 100100111 1001010 110001

Color Harmonies of #CB20D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB20D9

Black with #CB20D9

Text Example


Text Example

White with #CB20D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB20D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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