Html Css Color HEX #CE08BE Deep Magenta

📋 copy color: '#CE08BE'

red 206 ◦ green 8 ◦ blue 190

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

Shades of Deep Magenta #CE08BE

Tints of Deep Magenta #CE08BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 50.99%
G = 1.98%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE08BE (or 0xCE08BE) is known color: Deep Magenta. HEX triplet: CE, 08 and BE. RGB value is (206,8,190). Sum of RGB (Red+Green+Blue) = 206+8+190=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE08BE is #31F741. Grayscale: #575757. Windows color (decimal): -3274562 or 12454094. OLE color: 12454094.

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

Color convert

RGB 206 8 190 -
CMYK 0 0.96 0.08 0.19
HSL 304.85º 0.93% 0.42% -
HSV(B) 304.85º 0.96% 0.81% -
XYZ 34.83 17.01 50.16 -
YUV 87.95 185.6 212.2 -
System Red Green Blue C M Y K H S L
Decimal 206 8 190 0 0.96 0.08 0.19 304.85 0.93 0.42
Hex CE 8 BE 0 60 8 13 131 5D 2A
Octal 316 10 276 0 140 10 23 461 135 52
Binary 11001110 1000 10111110 0 1100000 1000 10011 100110001 1011101 101010

Color Harmonies of #CE08BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08BE

Black with #CE08BE

Text Example


Text Example

White with #CE08BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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