Html Css Color HEX #CB21CE Deep Magenta

📋 copy color: '#CB21CE'

red 203 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #CB21CE

Tints of Deep Magenta #CB21CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 45.93%
G = 7.47%
B = 46.61%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB21CE (or 0xCB21CE) is known color: Deep Magenta. HEX triplet: CB, 21 and CE. RGB value is (203,33,206). Sum of RGB (Red+Green+Blue) = 203+33+206=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21CE is #34DE31. Grayscale: #676767. Windows color (decimal): -3464754 or 13509067. OLE color: 13509067.

HSL color Cylindrical-coordinate representation of color #CB21CE: hue angle of 298.96º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB21CE is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 33 206 -
CMYK 0.01 0.84 0 0.19
HSL 298.96º 0.72% 0.47% -
HSV(B) 298.96º 0.84% 0.81% -
XYZ 36.31 18.24 60 -
YUV 103.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 203 33 206 0.01 0.84 0 0.19 298.96 0.72 0.47
Hex CB 21 CE 1 54 0 13 12B 48 2F
Octal 313 41 316 1 124 0 23 453 110 57
Binary 11001011 100001 11001110 1 1010100 0 10011 100101011 1001000 101111

Color Harmonies of #CB21CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21CE

Black with #CB21CE

Text Example


Text Example

White with #CB21CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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