Html Css Color HEX #CE12CD Deep Magenta

📋 copy color: '#CE12CD'

red 206 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #CE12CD

Tints of Deep Magenta #CE12CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 48.02%
G = 4.2%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE12CD (or 0xCE12CD) is known color: Deep Magenta. HEX triplet: CE, 12 and CD. RGB value is (206,18,205). Sum of RGB (Red+Green+Blue) = 206+18+205=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12CD is #31ED32. Grayscale: #5E5E5E. Windows color (decimal): -3271987 or 13439694. OLE color: 13439694.

HSL color Cylindrical-coordinate representation of color #CE12CD: hue angle of 300.32º 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 #CE12CD is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 205 -
CMYK 0 0.91 0.00 0.19
HSL 300.32º 0.84% 0.44% -
HSV(B) 300.32º 0.91% 0.81% -
XYZ 36.69 17.96 59.29 -
YUV 95.53 189.78 206.79 -
System Red Green Blue C M Y K H S L
Decimal 206 18 205 0 0.91 0.00 0.19 300.32 0.84 0.44
Hex CE 12 CD 0 5B 0 13 12C 54 2C
Octal 316 22 315 0 133 0 23 454 124 54
Binary 11001110 10010 11001101 0 1011011 0 10011 100101100 1010100 101100

Color Harmonies of #CE12CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12CD

Black with #CE12CD

Text Example


Text Example

White with #CE12CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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