Html Css Color HEX #CE15CE Deep Magenta

📋 copy color: '#CE15CE'

red 206 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #CE15CE

Tints of Deep Magenta #CE15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

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

R = 47.58%
G = 4.85%
B = 47.58%

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

#CE15CE (or 0xCE15CE) is known color: Deep Magenta. HEX triplet: CE, 15 and CE. RGB value is (206,21,206). Sum of RGB (Red+Green+Blue) = 206+21+206=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15CE is #31EA31. Grayscale: #606060. Windows color (decimal): -3271218 or 13505998. OLE color: 13505998.

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

Color convert

RGB 206 21 206 -
CMYK 0 0.90 0 0.19
HSL 300º 0.81% 0.45% -
HSV(B) 300º 0.9% 0.81% -
XYZ 36.86 18.11 59.95 -
YUV 97.41 189.29 205.46 -
System Red Green Blue C M Y K H S L
Decimal 206 21 206 0 0.90 0 0.19 300 0.81 0.45
Hex CE 15 CE 0 5A 0 13 12C 51 2D
Octal 316 25 316 0 132 0 23 454 121 55
Binary 11001110 10101 11001110 0 1011010 0 10011 100101100 1010001 101101

Color Harmonies of #CE15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15CE

Black with #CE15CE

Text Example


Text Example

White with #CE15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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