Html Css Color HEX #CE04BA Deep Magenta

📋 copy color: '#CE04BA'

red 206 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #CE04BA

Tints of Deep Magenta #CE04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

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

R = 52.02%
G = 1.01%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE04BA (or 0xCE04BA) is known color: Deep Magenta. HEX triplet: CE, 04 and BA. RGB value is (206,4,186). Sum of RGB (Red+Green+Blue) = 206+4+186=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04BA is #31FB45. Grayscale: #545454. Windows color (decimal): -3275590 or 12190926. OLE color: 12190926.

HSL color Cylindrical-coordinate representation of color #CE04BA: hue angle of 305.94º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04BA is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 4 186 -
CMYK 0 0.98 0.10 0.19
HSL 305.94º 0.96% 0.41% -
HSV(B) 305.94º 0.98% 0.81% -
XYZ 34.36 16.75 47.88 -
YUV 85.15 184.92 214.2 -
System Red Green Blue C M Y K H S L
Decimal 206 4 186 0 0.98 0.10 0.19 305.94 0.96 0.41
Hex CE 4 BA 0 62 A 13 132 60 29
Octal 316 4 272 0 142 12 23 462 140 51
Binary 11001110 100 10111010 0 1100010 1010 10011 100110010 1100000 101001

Color Harmonies of #CE04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04BA

Black with #CE04BA

Text Example


Text Example

White with #CE04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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