Html Css Color HEX #CE21B5 Deep Magenta

📋 copy color: '#CE21B5'

red 206 ◦ green 33 ◦ blue 181

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

Shades of Deep Magenta #CE21B5

Tints of Deep Magenta #CE21B5

RGB

 RED value IS 206 (80.86% from 255) = 49.05%

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

 BLUE value IS 181 (71.09% from 255) = 43.1%

R = 49.05%
G = 7.86%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE21B5 (or 0xCE21B5) is known color: Deep Magenta. HEX triplet: CE, 21 and B5. RGB value is (206,33,181). Sum of RGB (Red+Green+Blue) = 206+33+181=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21B5 is #31DE4A. Grayscale: #656565. Windows color (decimal): -3268171 or 11870670. OLE color: 11870670.

HSL color Cylindrical-coordinate representation of color #CE21B5: hue angle of 308.67º 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 #CE21B5 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 181 -
CMYK 0 0.84 0.12 0.19
HSL 308.67º 0.72% 0.47% -
HSV(B) 308.67º 0.84% 0.81% -
XYZ 34.34 17.55 45.29 -
YUV 101.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 206 33 181 0 0.84 0.12 0.19 308.67 0.72 0.47
Hex CE 21 B5 0 54 C 13 135 48 2F
Octal 316 41 265 0 124 14 23 465 110 57
Binary 11001110 100001 10110101 0 1010100 1100 10011 100110101 1001000 101111

Color Harmonies of #CE21B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21B5

Black with #CE21B5

Text Example


Text Example

White with #CE21B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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