Html Css Color HEX #CB21DB Deep Magenta

📋 copy color: '#CB21DB'

red 203 ◦ green 33 ◦ blue 219

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

Shades of Deep Magenta #CB21DB

Tints of Deep Magenta #CB21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.25%

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 44.62%
G = 7.25%
B = 48.13%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB21DB (or 0xCB21DB) is known color: Deep Magenta. HEX triplet: CB, 21 and DB. RGB value is (203,33,219). Sum of RGB (Red+Green+Blue) = 203+33+219=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21DB is #34DE24. Grayscale: #686868. Windows color (decimal): -3464741 or 14361035. OLE color: 14361035.

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

Color convert

RGB 203 33 219 -
CMYK 0.07 0.85 0 0.14
HSL 294.84º 0.74% 0.49% -
HSV(B) 294.84º 0.85% 0.86% -
XYZ 37.96 18.9 68.67 -
YUV 105.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 203 33 219 0.07 0.85 0 0.14 294.84 0.74 0.49
Hex CB 21 DB 7 55 0 E 127 4A 31
Octal 313 41 333 7 125 0 16 447 112 61
Binary 11001011 100001 11011011 111 1010101 0 1110 100100111 1001010 110001

Color Harmonies of #CB21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21DB

Black with #CB21DB

Text Example


Text Example

White with #CB21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21DB; }

 p { color: rgb(203,33,219); }

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

background-color css

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

 a { background-color: rgb(203,33,219); }

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

border-color css

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

 span { border-color: rgb(203,33,219); }

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