Html Css Color HEX #CE08B1 Deep Magenta

📋 copy color: '#CE08B1'

red 206 ◦ green 8 ◦ blue 177

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

Shades of Deep Magenta #CE08B1

Tints of Deep Magenta #CE08B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 52.69%
G = 2.05%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE08B1 (or 0xCE08B1) is known color: Deep Magenta. HEX triplet: CE, 08 and B1. RGB value is (206,8,177). Sum of RGB (Red+Green+Blue) = 206+8+177=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE08B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE08B1 is #31F74E. Grayscale: #555555. Windows color (decimal): -3274575 or 11602126. OLE color: 11602126.

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

Color convert

RGB 206 8 177 -
CMYK 0 0.96 0.14 0.19
HSL 308.79º 0.93% 0.42% -
HSV(B) 308.79º 0.96% 0.81% -
XYZ 33.48 16.47 43.01 -
YUV 86.47 179.1 213.26 -
System Red Green Blue C M Y K H S L
Decimal 206 8 177 0 0.96 0.14 0.19 308.79 0.93 0.42
Hex CE 8 B1 0 60 E 13 135 5D 2A
Octal 316 10 261 0 140 16 23 465 135 52
Binary 11001110 1000 10110001 0 1100000 1110 10011 100110101 1011101 101010

Color Harmonies of #CE08B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08B1

Black with #CE08B1

Text Example


Text Example

White with #CE08B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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