Html Css Color HEX #CE06D9 Deep Magenta

📋 copy color: '#CE06D9'

red 206 ◦ green 6 ◦ blue 217

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

Shades of Deep Magenta #CE06D9

Tints of Deep Magenta #CE06D9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

 BLUE value IS 217 (85.16% from 255) = 50.58%

R = 48.02%
G = 1.4%
B = 50.58%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE06D9 (or 0xCE06D9) is known color: Deep Magenta. HEX triplet: CE, 06 and D9. RGB value is (206,6,217). Sum of RGB (Red+Green+Blue) = 206+6+217=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE06D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06D9 is #31F926. Grayscale: #595959. Windows color (decimal): -3275047 or 14223054. OLE color: 14223054.

HSL color Cylindrical-coordinate representation of color #CE06D9: hue angle of 296.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06D9 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 6 217 -
CMYK 0.05 0.97 0 0.15
HSL 296.87º 0.95% 0.44% -
HSV(B) 296.87º 0.97% 0.85% -
XYZ 38.04 18.26 67.17 -
YUV 89.85 199.76 210.84 -
System Red Green Blue C M Y K H S L
Decimal 206 6 217 0.05 0.97 0 0.15 296.87 0.95 0.44
Hex CE 6 D9 5 61 0 F 129 5F 2C
Octal 316 6 331 5 141 0 17 451 137 54
Binary 11001110 110 11011001 101 1100001 0 1111 100101001 1011111 101100

Color Harmonies of #CE06D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06D9

Black with #CE06D9

Text Example


Text Example

White with #CE06D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06D9; }

 p { color: rgb(206,6,217); }

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

background-color css

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

 a { background-color: rgb(206,6,217); }

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

border-color css

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

 span { border-color: rgb(206,6,217); }

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