Html Css Color HEX #CE17BA Deep Magenta

📋 copy color: '#CE17BA'

red 206 ◦ green 23 ◦ blue 186

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

Shades of Deep Magenta #CE17BA

Tints of Deep Magenta #CE17BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 49.64%
G = 5.54%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE17BA (or 0xCE17BA) is known color: Deep Magenta. HEX triplet: CE, 17 and BA. RGB value is (206,23,186). Sum of RGB (Red+Green+Blue) = 206+23+186=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 23 (9.38% from 255 or 5.54% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17BA is #31E845. Grayscale: #5F5F5F. Windows color (decimal): -3270726 or 12195790. OLE color: 12195790.

HSL color Cylindrical-coordinate representation of color #CE17BA: hue angle of 306.56º 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 #CE17BA is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 186 -
CMYK 0 0.89 0.10 0.19
HSL 306.56º 0.8% 0.45% -
HSV(B) 306.56º 0.89% 0.81% -
XYZ 34.62 17.28 47.96 -
YUV 96.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 206 23 186 0 0.89 0.10 0.19 306.56 0.8 0.45
Hex CE 17 BA 0 59 A 13 133 50 2D
Octal 316 27 272 0 131 12 23 463 120 55
Binary 11001110 10111 10111010 0 1011001 1010 10011 100110011 1010000 101101

Color Harmonies of #CE17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17BA

Black with #CE17BA

Text Example


Text Example

White with #CE17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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