Html Css Color HEX #CE06DC Deep Magenta

📋 copy color: '#CE06DC'

red 206 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #CE06DC

Tints of Deep Magenta #CE06DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 47.69%
G = 1.39%
B = 50.93%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE06DC (or 0xCE06DC) is known color: Deep Magenta. HEX triplet: CE, 06 and DC. RGB value is (206,6,220). Sum of RGB (Red+Green+Blue) = 206+6+220=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06DC is #31F923. Grayscale: #595959. Windows color (decimal): -3275044 or 14419662. OLE color: 14419662.

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

Color convert

RGB 206 6 220 -
CMYK 0.06 0.97 0 0.14
HSL 296.07º 0.95% 0.44% -
HSV(B) 296.07º 0.97% 0.86% -
XYZ 38.44 18.42 69.24 -
YUV 90.2 201.26 210.6 -
System Red Green Blue C M Y K H S L
Decimal 206 6 220 0.06 0.97 0 0.14 296.07 0.95 0.44
Hex CE 6 DC 6 61 0 E 128 5F 2C
Octal 316 6 334 6 141 0 16 450 137 54
Binary 11001110 110 11011100 110 1100001 0 1110 100101000 1011111 101100

Color Harmonies of #CE06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06DC

Black with #CE06DC

Text Example


Text Example

White with #CE06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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