Html Css Color HEX #CE19D9 Deep Magenta

📋 copy color: '#CE19D9'

red 206 ◦ green 25 ◦ blue 217

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

Shades of Deep Magenta #CE19D9

Tints of Deep Magenta #CE19D9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.58%

 BLUE value IS 217 (85.16% from 255) = 48.44%

R = 45.98%
G = 5.58%
B = 48.44%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE19D9 (or 0xCE19D9) is known color: Deep Magenta. HEX triplet: CE, 19 and D9. RGB value is (206,25,217). Sum of RGB (Red+Green+Blue) = 206+25+217=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE19D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19D9 is #31E626. Grayscale: #646464. Windows color (decimal): -3270183 or 14227918. OLE color: 14227918.

HSL color Cylindrical-coordinate representation of color #CE19D9: hue angle of 296.56º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE19D9 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 25 217 -
CMYK 0.05 0.88 0 0.15
HSL 296.56º 0.79% 0.47% -
HSV(B) 296.56º 0.88% 0.85% -
XYZ 38.33 18.83 67.26 -
YUV 101.01 193.47 202.89 -
System Red Green Blue C M Y K H S L
Decimal 206 25 217 0.05 0.88 0 0.15 296.56 0.79 0.47
Hex CE 19 D9 5 58 0 F 129 4F 2F
Octal 316 31 331 5 130 0 17 451 117 57
Binary 11001110 11001 11011001 101 1011000 0 1111 100101001 1001111 101111

Color Harmonies of #CE19D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19D9

Black with #CE19D9

Text Example


Text Example

White with #CE19D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19D9; }

 p { color: rgb(206,25,217); }

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

background-color css

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

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

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

border-color css

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

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

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