Html Css Color HEX #CB21E0 Deep Magenta

📋 copy color: '#CB21E0'

red 203 ◦ green 33 ◦ blue 224

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

Shades of Deep Magenta #CB21E0

Tints of Deep Magenta #CB21E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 44.13%
G = 7.17%
B = 48.7%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB21E0 (or 0xCB21E0) is known color: Deep Magenta. HEX triplet: CB, 21 and E0. RGB value is (203,33,224). Sum of RGB (Red+Green+Blue) = 203+33+224=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB21E0 is #34DE1F. Grayscale: #696969. Windows color (decimal): -3464736 or 14688715. OLE color: 14688715.

HSL color Cylindrical-coordinate representation of color #CB21E0: hue angle of 293.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB21E0 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 33 224 -
CMYK 0.09 0.85 0 0.12
HSL 293.4º 0.75% 0.5% -
HSV(B) 293.4º 0.85% 0.88% -
XYZ 38.63 19.17 72.18 -
YUV 105.6 194.82 197.47 -
System Red Green Blue C M Y K H S L
Decimal 203 33 224 0.09 0.85 0 0.12 293.4 0.75 0.5
Hex CB 21 E0 9 55 0 C 125 4B 32
Octal 313 41 340 11 125 0 14 445 113 62
Binary 11001011 100001 11100000 1001 1010101 0 1100 100100101 1001011 110010

Color Harmonies of #CB21E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB21E0

Black with #CB21E0

Text Example


Text Example

White with #CB21E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB21E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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