Html Css Color HEX #CE21B1 Deep Magenta

📋 copy color: '#CE21B1'

red 206 ◦ green 33 ◦ blue 177

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

Shades of Deep Magenta #CE21B1

Tints of Deep Magenta #CE21B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.55%

R = 49.52%
G = 7.93%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE21B1 (or 0xCE21B1) is known color: Deep Magenta. HEX triplet: CE, 21 and B1. RGB value is (206,33,177). Sum of RGB (Red+Green+Blue) = 206+33+177=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 177 (69.53% from 255 or 42.55% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21B1 is #31DE4E. Grayscale: #646464. Windows color (decimal): -3268175 or 11608526. OLE color: 11608526.

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

Color convert

RGB 206 33 177 -
CMYK 0 0.84 0.14 0.19
HSL 310.06º 0.72% 0.47% -
HSV(B) 310.06º 0.84% 0.81% -
XYZ 33.93 17.38 43.16 -
YUV 101.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 206 33 177 0 0.84 0.14 0.19 310.06 0.72 0.47
Hex CE 21 B1 0 54 E 13 136 48 2F
Octal 316 41 261 0 124 16 23 466 110 57
Binary 11001110 100001 10110001 0 1010100 1110 10011 100110110 1001000 101111

Color Harmonies of #CE21B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21B1

Black with #CE21B1

Text Example


Text Example

White with #CE21B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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