Html Css Color HEX #CE21D1 Deep Magenta

📋 copy color: '#CE21D1'

red 206 ◦ green 33 ◦ blue 209

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

Shades of Deep Magenta #CE21D1

Tints of Deep Magenta #CE21D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.65%

R = 45.98%
G = 7.37%
B = 46.65%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE21D1 (or 0xCE21D1) is known color: Deep Magenta. HEX triplet: CE, 21 and D1. RGB value is (206,33,209). Sum of RGB (Red+Green+Blue) = 206+33+209=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE21D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21D1 is #31DE2E. Grayscale: #686868. Windows color (decimal): -3268143 or 13705678. OLE color: 13705678.

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

Color convert

RGB 206 33 209 -
CMYK 0.01 0.84 0 0.18
HSL 298.98º 0.73% 0.47% -
HSV(B) 298.98º 0.84% 0.82% -
XYZ 37.51 18.81 61.98 -
YUV 104.79 186.81 200.19 -
System Red Green Blue C M Y K H S L
Decimal 206 33 209 0.01 0.84 0 0.18 298.98 0.73 0.47
Hex CE 21 D1 1 54 0 12 12B 49 2F
Octal 316 41 321 1 124 0 22 453 111 57
Binary 11001110 100001 11010001 1 1010100 0 10010 100101011 1001001 101111

Color Harmonies of #CE21D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21D1

Black with #CE21D1

Text Example


Text Example

White with #CE21D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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