Html Css Color HEX #CE17CB Deep Magenta

📋 copy color: '#CE17CB'

red 206 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #CE17CB

Tints of Deep Magenta #CE17CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.32%

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 47.69%
G = 5.32%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE17CB (or 0xCE17CB) is known color: Deep Magenta. HEX triplet: CE, 17 and CB. RGB value is (206,23,203). Sum of RGB (Red+Green+Blue) = 206+23+203=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17CB is #31E834. Grayscale: #616161. Windows color (decimal): -3270709 or 13309902. OLE color: 13309902.

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

Color convert

RGB 206 23 203 -
CMYK 0 0.89 0.01 0.19
HSL 300.98º 0.8% 0.45% -
HSV(B) 300.98º 0.89% 0.81% -
XYZ 36.54 18.05 58.06 -
YUV 98.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 206 23 203 0 0.89 0.01 0.19 300.98 0.8 0.45
Hex CE 17 CB 0 59 1 13 12D 50 2D
Octal 316 27 313 0 131 1 23 455 120 55
Binary 11001110 10111 11001011 0 1011001 1 10011 100101101 1010000 101101

Color Harmonies of #CE17CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17CB

Black with #CE17CB

Text Example


Text Example

White with #CE17CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17CB; }

 p { color: rgb(206,23,203); }

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

background-color css

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

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

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

border-color css

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

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

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