Html Css Color HEX #CE12CE Deep Magenta

📋 copy color: '#CE12CE'

red 206 ◦ green 18 ◦ blue 206

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

Shades of Deep Magenta #CE12CE

Tints of Deep Magenta #CE12CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 47.91%
G = 4.19%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE12CE (or 0xCE12CE) is known color: Deep Magenta. HEX triplet: CE, 12 and CE. RGB value is (206,18,206). Sum of RGB (Red+Green+Blue) = 206+18+206=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12CE is #31ED31. Grayscale: #5F5F5F. Windows color (decimal): -3271986 or 13505230. OLE color: 13505230.

HSL color Cylindrical-coordinate representation of color #CE12CE: hue angle of 300º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE12CE is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 206 -
CMYK 0 0.91 0 0.19
HSL 300º 0.84% 0.44% -
HSV(B) 300º 0.91% 0.81% -
XYZ 36.81 18.01 59.93 -
YUV 95.64 190.28 206.71 -
System Red Green Blue C M Y K H S L
Decimal 206 18 206 0 0.91 0 0.19 300 0.84 0.44
Hex CE 12 CE 0 5B 0 13 12C 54 2C
Octal 316 22 316 0 133 0 23 454 124 54
Binary 11001110 10010 11001110 0 1011011 0 10011 100101100 1010100 101100

Color Harmonies of #CE12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12CE

Black with #CE12CE

Text Example


Text Example

White with #CE12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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