Html Css Color HEX #CE00BF Deep Magenta

📋 copy color: '#CE00BF'

red 206 ◦ green 0 ◦ blue 191

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

Shades of Deep Magenta #CE00BF

Tints of Deep Magenta #CE00BF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.89%
G = 0%
B = 48.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CE00BF (or 0xCE00BF) is known color: Deep Magenta. HEX triplet: CE, 00 and BF. RGB value is (206,0,191). Sum of RGB (Red+Green+Blue) = 206+0+191=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00BF is #31FF40. Grayscale: #525252. Windows color (decimal): -3276609 or 12517582. OLE color: 12517582.

HSL color Cylindrical-coordinate representation of color #CE00BF: hue angle of 304.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00BF is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 0 191 -
CMYK 0 1 0.07 0.19
HSL 304.37º 1% 0.4% -
HSV(B) 304.37º 1% 0.81% -
XYZ 34.86 16.88 50.71 -
YUV 83.37 188.75 215.47 -
System Red Green Blue C M Y K H S L
Decimal 206 0 191 0 1 0.07 0.19 304.37 1 0.4
Hex CE 0 BF 0 64 7 13 130 64 28
Octal 316 0 277 0 144 7 23 460 144 50
Binary 11001110 0 10111111 0 1100100 111 10011 100110000 1100100 101000

Color Harmonies of #CE00BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00BF

Black with #CE00BF

Text Example


Text Example

White with #CE00BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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