Html Css Color HEX #CE07BF Deep Magenta

📋 copy color: '#CE07BF'

red 206 ◦ green 7 ◦ blue 191

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

Shades of Deep Magenta #CE07BF

Tints of Deep Magenta #CE07BF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.73%

 BLUE value IS 191 (75% from 255) = 47.28%

R = 50.99%
G = 1.73%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE07BF (or 0xCE07BF) is known color: Deep Magenta. HEX triplet: CE, 07 and BF. RGB value is (206,7,191). Sum of RGB (Red+Green+Blue) = 206+7+191=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE07BF is #31F840. Grayscale: #565656. Windows color (decimal): -3274817 or 12519374. OLE color: 12519374.

HSL color Cylindrical-coordinate representation of color #CE07BF: hue angle of 304.52º degrees, saturation: 0.93, 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 #CE07BF is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 7 191 -
CMYK 0 0.97 0.07 0.19
HSL 304.52º 0.93% 0.42% -
HSV(B) 304.52º 0.97% 0.81% -
XYZ 34.93 17.04 50.74 -
YUV 87.48 186.43 212.54 -
System Red Green Blue C M Y K H S L
Decimal 206 7 191 0 0.97 0.07 0.19 304.52 0.93 0.42
Hex CE 7 BF 0 61 7 13 131 5D 2A
Octal 316 7 277 0 141 7 23 461 135 52
Binary 11001110 111 10111111 0 1100001 111 10011 100110001 1011101 101010

Color Harmonies of #CE07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE07BF

Black with #CE07BF

Text Example


Text Example

White with #CE07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE07BF; }

 p { color: rgb(206,7,191); }

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

background-color css

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

 a { background-color: rgb(206,7,191); }

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

border-color css

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

 span { border-color: rgb(206,7,191); }

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