Html Css Color HEX #CE21B9 Deep Magenta

📋 copy color: '#CE21B9'

red 206 ◦ green 33 ◦ blue 185

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

Shades of Deep Magenta #CE21B9

Tints of Deep Magenta #CE21B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.63%

R = 48.58%
G = 7.78%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE21B9 (or 0xCE21B9) is known color: Deep Magenta. HEX triplet: CE, 21 and B9. RGB value is (206,33,185). Sum of RGB (Red+Green+Blue) = 206+33+185=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21B9 is #31DE46. Grayscale: #656565. Windows color (decimal): -3268167 or 12132814. OLE color: 12132814.

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

Color convert

RGB 206 33 185 -
CMYK 0 0.84 0.10 0.19
HSL 307.28º 0.72% 0.47% -
HSV(B) 307.28º 0.84% 0.81% -
XYZ 34.75 17.71 47.49 -
YUV 102.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 206 33 185 0 0.84 0.10 0.19 307.28 0.72 0.47
Hex CE 21 B9 0 54 A 13 133 48 2F
Octal 316 41 271 0 124 12 23 463 110 57
Binary 11001110 100001 10111001 0 1010100 1010 10011 100110011 1001000 101111

Color Harmonies of #CE21B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21B9

Black with #CE21B9

Text Example


Text Example

White with #CE21B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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