Html Css Color HEX #CE13DD Deep Magenta

📋 copy color: '#CE13DD'

red 206 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #CE13DD

Tints of Deep Magenta #CE13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.55%

R = 46.19%
G = 4.26%
B = 49.55%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE13DD (or 0xCE13DD) is known color: Deep Magenta. HEX triplet: CE, 13 and DD. RGB value is (206,19,221). Sum of RGB (Red+Green+Blue) = 206+19+221=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE13DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE13DD is #31EC22. Grayscale: #616161. Windows color (decimal): -3271715 or 14488526. OLE color: 14488526.

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

Color convert

RGB 206 19 221 -
CMYK 0.07 0.91 0 0.13
HSL 295.54º 0.84% 0.47% -
HSV(B) 295.54º 0.91% 0.87% -
XYZ 38.74 18.81 70 -
YUV 97.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 206 19 221 0.07 0.91 0 0.13 295.54 0.84 0.47
Hex CE 13 DD 7 5B 0 D 128 54 2F
Octal 316 23 335 7 133 0 15 450 124 57
Binary 11001110 10011 11011101 111 1011011 0 1101 100101000 1010100 101111

Color Harmonies of #CE13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13DD

Black with #CE13DD

Text Example


Text Example

White with #CE13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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