Html Css Color HEX #CE00BA Deep Magenta

📋 copy color: '#CE00BA'

red 206 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #CE00BA

Tints of Deep Magenta #CE00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 52.55%
G = 0%
B = 47.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE00BA (or 0xCE00BA) is known color: Deep Magenta. HEX triplet: CE, 00 and BA. RGB value is (206,0,186). Sum of RGB (Red+Green+Blue) = 206+0+186=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00BA is #31FF45. Grayscale: #525252. Windows color (decimal): -3276614 or 12189902. OLE color: 12189902.

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

Color convert

RGB 206 0 186 -
CMYK 0 1 0.10 0.19
HSL 305.83º 1% 0.4% -
HSV(B) 305.83º 1% 0.81% -
XYZ 34.32 16.67 47.86 -
YUV 82.8 186.25 215.88 -
System Red Green Blue C M Y K H S L
Decimal 206 0 186 0 1 0.10 0.19 305.83 1 0.4
Hex CE 0 BA 0 64 A 13 132 64 28
Octal 316 0 272 0 144 12 23 462 144 50
Binary 11001110 0 10111010 0 1100100 1010 10011 100110010 1100100 101000

Color Harmonies of #CE00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00BA

Black with #CE00BA

Text Example


Text Example

White with #CE00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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