Html Css Color HEX #CE14CE Deep Magenta

📋 copy color: '#CE14CE'

red 206 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #CE14CE

Tints of Deep Magenta #CE14CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.63%

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

R = 47.69%
G = 4.63%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE14CE (or 0xCE14CE) is known color: Deep Magenta. HEX triplet: CE, 14 and CE. RGB value is (206,20,206). Sum of RGB (Red+Green+Blue) = 206+20+206=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14CE is #31EB31. Grayscale: #606060. Windows color (decimal): -3271474 or 13505742. OLE color: 13505742.

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

Color convert

RGB 206 20 206 -
CMYK 0 0.90 0 0.19
HSL 300º 0.82% 0.44% -
HSV(B) 300º 0.9% 0.81% -
XYZ 36.84 18.08 59.94 -
YUV 96.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 206 20 206 0 0.90 0 0.19 300 0.82 0.44
Hex CE 14 CE 0 5A 0 13 12C 52 2C
Octal 316 24 316 0 132 0 23 454 122 54
Binary 11001110 10100 11001110 0 1011010 0 10011 100101100 1010010 101100

Color Harmonies of #CE14CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14CE

Black with #CE14CE

Text Example


Text Example

White with #CE14CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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