Html Css Color HEX #CE16DC Deep Magenta

📋 copy color: '#CE16DC'

red 206 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #CE16DC

Tints of Deep Magenta #CE16DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.91%

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

R = 45.98%
G = 4.91%
B = 49.11%

CMYK

 C value IS 0.06

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE16DC (or 0xCE16DC) is known color: Deep Magenta. HEX triplet: CE, 16 and DC. RGB value is (206,22,220). Sum of RGB (Red+Green+Blue) = 206+22+220=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE16DC is #31E923. Grayscale: #626262. Windows color (decimal): -3270948 or 14423758. OLE color: 14423758.

HSL color Cylindrical-coordinate representation of color #CE16DC: hue angle of 295.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE16DC is Cyan = 0.06, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 22 220 -
CMYK 0.06 0.9 0 0.14
HSL 295.76º 0.82% 0.47% -
HSV(B) 295.76º 0.9% 0.86% -
XYZ 38.66 18.86 69.31 -
YUV 99.59 195.96 203.9 -
System Red Green Blue C M Y K H S L
Decimal 206 22 220 0.06 0.9 0 0.14 295.76 0.82 0.47
Hex CE 16 DC 6 5A 0 E 128 52 2F
Octal 316 26 334 6 132 0 16 450 122 57
Binary 11001110 10110 11011100 110 1011010 0 1110 100101000 1010010 101111

Color Harmonies of #CE16DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16DC

Black with #CE16DC

Text Example


Text Example

White with #CE16DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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