Html Css Color HEX #CE00BE Deep Magenta

📋 copy color: '#CE00BE'

red 206 ◦ green 0 ◦ blue 190

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

Shades of Deep Magenta #CE00BE

Tints of Deep Magenta #CE00BE

RGB

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

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

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

R = 52.02%
G = 0%
B = 47.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE00BE (or 0xCE00BE) is known color: Deep Magenta. HEX triplet: CE, 00 and BE. RGB value is (206,0,190). Sum of RGB (Red+Green+Blue) = 206+0+190=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00BE is #31FF41. Grayscale: #525252. Windows color (decimal): -3276610 or 12452046. OLE color: 12452046.

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

Color convert

RGB 206 0 190 -
CMYK 0 1 0.08 0.19
HSL 304.66º 1% 0.4% -
HSV(B) 304.66º 1% 0.81% -
XYZ 34.75 16.84 50.13 -
YUV 83.25 188.25 215.55 -
System Red Green Blue C M Y K H S L
Decimal 206 0 190 0 1 0.08 0.19 304.66 1 0.4
Hex CE 0 BE 0 64 8 13 131 64 28
Octal 316 0 276 0 144 10 23 461 144 50
Binary 11001110 0 10111110 0 1100100 1000 10011 100110001 1100100 101000

Color Harmonies of #CE00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00BE

Black with #CE00BE

Text Example


Text Example

White with #CE00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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