Html Css Color HEX #CE19CD Deep Magenta

📋 copy color: '#CE19CD'

red 206 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #CE19CD

Tints of Deep Magenta #CE19CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 47.25%
G = 5.73%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE19CD (or 0xCE19CD) is known color: Deep Magenta. HEX triplet: CE, 19 and CD. RGB value is (206,25,205). Sum of RGB (Red+Green+Blue) = 206+25+205=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19CD is #31E632. Grayscale: #636363. Windows color (decimal): -3270195 or 13441486. OLE color: 13441486.

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

Color convert

RGB 206 25 205 -
CMYK 0 0.88 0.00 0.19
HSL 300.33º 0.78% 0.45% -
HSV(B) 300.33º 0.88% 0.81% -
XYZ 36.82 18.22 59.33 -
YUV 99.64 187.47 203.86 -
System Red Green Blue C M Y K H S L
Decimal 206 25 205 0 0.88 0.00 0.19 300.33 0.78 0.45
Hex CE 19 CD 0 58 0 13 12C 4E 2D
Octal 316 31 315 0 130 0 23 454 116 55
Binary 11001110 11001 11001101 0 1011000 0 10011 100101100 1001110 101101

Color Harmonies of #CE19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19CD

Black with #CE19CD

Text Example


Text Example

White with #CE19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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