Html Css Color HEX #CE13DC Deep Magenta

📋 copy color: '#CE13DC'

red 206 ◦ green 19 ◦ blue 220

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

Shades of Deep Magenta #CE13DC

Tints of Deep Magenta #CE13DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 46.29%
G = 4.27%
B = 49.44%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE13DC (or 0xCE13DC) is known color: Deep Magenta. HEX triplet: CE, 13 and DC. RGB value is (206,19,220). Sum of RGB (Red+Green+Blue) = 206+19+220=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13DC is #31EC23. Grayscale: #616161. Windows color (decimal): -3271716 or 14422990. OLE color: 14422990.

HSL color Cylindrical-coordinate representation of color #CE13DC: hue angle of 295.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE13DC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 19 220 -
CMYK 0.06 0.91 0 0.14
HSL 295.82º 0.84% 0.47% -
HSV(B) 295.82º 0.91% 0.86% -
XYZ 38.6 18.75 69.3 -
YUV 97.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 206 19 220 0.06 0.91 0 0.14 295.82 0.84 0.47
Hex CE 13 DC 6 5B 0 E 128 54 2F
Octal 316 23 334 6 133 0 16 450 124 57
Binary 11001110 10011 11011100 110 1011011 0 1110 100101000 1010100 101111

Color Harmonies of #CE13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13DC

Black with #CE13DC

Text Example


Text Example

White with #CE13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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