Html Css Color HEX #CE10BD Deep Magenta

📋 copy color: '#CE10BD'

red 206 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #CE10BD

Tints of Deep Magenta #CE10BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.89%

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 50.12%
G = 3.89%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE10BD (or 0xCE10BD) is known color: Deep Magenta. HEX triplet: CE, 10 and BD. RGB value is (206,16,189). Sum of RGB (Red+Green+Blue) = 206+16+189=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10BD is #31EF42. Grayscale: #5C5C5C. Windows color (decimal): -3272515 or 12390606. OLE color: 12390606.

HSL color Cylindrical-coordinate representation of color #CE10BD: hue angle of 305.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10BD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 189 -
CMYK 0 0.92 0.08 0.19
HSL 305.37º 0.86% 0.44% -
HSV(B) 305.37º 0.92% 0.81% -
XYZ 34.82 17.17 49.62 -
YUV 92.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 206 16 189 0 0.92 0.08 0.19 305.37 0.86 0.44
Hex CE 10 BD 0 5C 8 13 131 56 2C
Octal 316 20 275 0 134 10 23 461 126 54
Binary 11001110 10000 10111101 0 1011100 1000 10011 100110001 1010110 101100

Color Harmonies of #CE10BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10BD

Black with #CE10BD

Text Example


Text Example

White with #CE10BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10BD; }

 p { color: rgb(206,16,189); }

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

background-color css

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

 a { background-color: rgb(206,16,189); }

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

border-color css

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

 span { border-color: rgb(206,16,189); }

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