Html Css Color HEX #CE06BE Deep Magenta

📋 copy color: '#CE06BE'

red 206 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #CE06BE

Tints of Deep Magenta #CE06BE

RGB

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

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

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

R = 51.24%
G = 1.49%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE06BE (or 0xCE06BE) is known color: Deep Magenta. HEX triplet: CE, 06 and BE. RGB value is (206,6,190). Sum of RGB (Red+Green+Blue) = 206+6+190=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06BE is #31F941. Grayscale: #565656. Windows color (decimal): -3275074 or 12453582. OLE color: 12453582.

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

Color convert

RGB 206 6 190 -
CMYK 0 0.97 0.08 0.19
HSL 304.8º 0.94% 0.42% -
HSV(B) 304.8º 0.97% 0.81% -
XYZ 34.81 16.97 50.16 -
YUV 86.78 186.26 213.04 -
System Red Green Blue C M Y K H S L
Decimal 206 6 190 0 0.97 0.08 0.19 304.8 0.94 0.42
Hex CE 6 BE 0 61 8 13 131 5E 2A
Octal 316 6 276 0 141 10 23 461 136 52
Binary 11001110 110 10111110 0 1100001 1000 10011 100110001 1011110 101010

Color Harmonies of #CE06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE06BE

Black with #CE06BE

Text Example


Text Example

White with #CE06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE06BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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