Html Css Color HEX #CE01DC Deep Magenta

📋 copy color: '#CE01DC'

red 206 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #CE01DC

Tints of Deep Magenta #CE01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 48.24%
G = 0.23%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE01DC (or 0xCE01DC) is known color: Deep Magenta. HEX triplet: CE, 01 and DC. RGB value is (206,1,220). Sum of RGB (Red+Green+Blue) = 206+1+220=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01DC is #31FE23. Grayscale: #565656. Windows color (decimal): -3276324 or 14418382. OLE color: 14418382.

HSL color Cylindrical-coordinate representation of color #CE01DC: hue angle of 296.16º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01DC is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 1 220 -
CMYK 0.06 1.00 0 0.14
HSL 296.16º 0.99% 0.43% -
HSV(B) 296.16º 1% 0.86% -
XYZ 38.38 18.31 69.22 -
YUV 87.26 202.92 212.69 -
System Red Green Blue C M Y K H S L
Decimal 206 1 220 0.06 1.00 0 0.14 296.16 0.99 0.43
Hex CE 1 DC 6 64 0 E 128 63 2B
Octal 316 1 334 6 144 0 16 450 143 53
Binary 11001110 1 11011100 110 1100100 0 1110 100101000 1100011 101011

Color Harmonies of #CE01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01DC

Black with #CE01DC

Text Example


Text Example

White with #CE01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01DC; }

 p { color: rgb(206,1,220); }

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

background-color css

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

 a { background-color: rgb(206,1,220); }

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

border-color css

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

 span { border-color: rgb(206,1,220); }

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