Html Css Color HEX #CE13CE Deep Magenta

📋 copy color: '#CE13CE'

red 206 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #CE13CE

Tints of Deep Magenta #CE13CE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.41%

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

R = 47.8%
G = 4.41%
B = 47.8%

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

#CE13CE (or 0xCE13CE) is known color: Deep Magenta. HEX triplet: CE, 13 and CE. RGB value is (206,19,206). Sum of RGB (Red+Green+Blue) = 206+19+206=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13CE is #31EC31. Grayscale: #5F5F5F. Windows color (decimal): -3271730 or 13505486. OLE color: 13505486.

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

Color convert

RGB 206 19 206 -
CMYK 0 0.91 0 0.19
HSL 300º 0.83% 0.44% -
HSV(B) 300º 0.91% 0.81% -
XYZ 36.83 18.04 59.93 -
YUV 96.23 189.95 206.29 -
System Red Green Blue C M Y K H S L
Decimal 206 19 206 0 0.91 0 0.19 300 0.83 0.44
Hex CE 13 CE 0 5B 0 13 12C 53 2C
Octal 316 23 316 0 133 0 23 454 123 54
Binary 11001110 10011 11001110 0 1011011 0 10011 100101100 1010011 101100

Color Harmonies of #CE13CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13CE

Black with #CE13CE

Text Example


Text Example

White with #CE13CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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