Html Css Color HEX #CE12DC Deep Magenta

📋 copy color: '#CE12DC'

red 206 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #CE12DC

Tints of Deep Magenta #CE12DC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.05%

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

R = 46.4%
G = 4.05%
B = 49.55%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE12DC (or 0xCE12DC) is known color: Deep Magenta. HEX triplet: CE, 12 and DC. RGB value is (206,18,220). Sum of RGB (Red+Green+Blue) = 206+18+220=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12DC is #31ED23. Grayscale: #606060. Windows color (decimal): -3271972 or 14422734. OLE color: 14422734.

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

Color convert

RGB 206 18 220 -
CMYK 0.06 0.92 0 0.14
HSL 295.84º 0.85% 0.47% -
HSV(B) 295.84º 0.92% 0.86% -
XYZ 38.59 18.72 69.29 -
YUV 97.24 197.28 205.57 -
System Red Green Blue C M Y K H S L
Decimal 206 18 220 0.06 0.92 0 0.14 295.84 0.85 0.47
Hex CE 12 DC 6 5C 0 E 128 55 2F
Octal 316 22 334 6 134 0 16 450 125 57
Binary 11001110 10010 11011100 110 1011100 0 1110 100101000 1010101 101111

Color Harmonies of #CE12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12DC

Black with #CE12DC

Text Example


Text Example

White with #CE12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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