Html Css Color HEX #CE17B4 Deep Magenta

📋 copy color: '#CE17B4'

red 206 ◦ green 23 ◦ blue 180

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

Shades of Deep Magenta #CE17B4

Tints of Deep Magenta #CE17B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 50.37%
G = 5.62%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CE17B4 (or 0xCE17B4) is known color: Deep Magenta. HEX triplet: CE, 17 and B4. RGB value is (206,23,180). Sum of RGB (Red+Green+Blue) = 206+23+180=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE17B4 is #31E84B. Grayscale: #5F5F5F. Windows color (decimal): -3270732 or 11802574. OLE color: 11802574.

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

Color convert

RGB 206 23 180 -
CMYK 0 0.89 0.13 0.19
HSL 308.52º 0.8% 0.45% -
HSV(B) 308.52º 0.89% 0.81% -
XYZ 34 17.03 44.68 -
YUV 95.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 206 23 180 0 0.89 0.13 0.19 308.52 0.8 0.45
Hex CE 17 B4 0 59 D 13 135 50 2D
Octal 316 27 264 0 131 15 23 465 120 55
Binary 11001110 10111 10110100 0 1011001 1101 10011 100110101 1010000 101101

Color Harmonies of #CE17B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE17B4

Black with #CE17B4

Text Example


Text Example

White with #CE17B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE17B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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