Html Css Color HEX #CE08BC Deep Magenta

📋 copy color: '#CE08BC'

red 206 ◦ green 8 ◦ blue 188

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

Shades of Deep Magenta #CE08BC

Tints of Deep Magenta #CE08BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.99%

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 51.24%
G = 1.99%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE08BC (or 0xCE08BC) is known color: Deep Magenta. HEX triplet: CE, 08 and BC. RGB value is (206,8,188). Sum of RGB (Red+Green+Blue) = 206+8+188=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08BC is #31F743. Grayscale: #575757. Windows color (decimal): -3274564 or 12323022. OLE color: 12323022.

HSL color Cylindrical-coordinate representation of color #CE08BC: hue angle of 305.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE08BC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 188 -
CMYK 0 0.96 0.09 0.19
HSL 305.45º 0.93% 0.42% -
HSV(B) 305.45º 0.96% 0.81% -
XYZ 34.62 16.93 49.02 -
YUV 87.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 206 8 188 0 0.96 0.09 0.19 305.45 0.93 0.42
Hex CE 8 BC 0 60 9 13 131 5D 2A
Octal 316 10 274 0 140 11 23 461 135 52
Binary 11001110 1000 10111100 0 1100000 1001 10011 100110001 1011101 101010

Color Harmonies of #CE08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08BC

Black with #CE08BC

Text Example


Text Example

White with #CE08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08BC; }

 p { color: rgb(206,8,188); }

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

background-color css

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

 a { background-color: rgb(206,8,188); }

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

border-color css

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

 span { border-color: rgb(206,8,188); }

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