Html Css Color HEX #CE04BD Deep Magenta

📋 copy color: '#CE04BD'

red 206 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #CE04BD

Tints of Deep Magenta #CE04BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 51.63%
G = 1%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE04BD (or 0xCE04BD) is known color: Deep Magenta. HEX triplet: CE, 04 and BD. RGB value is (206,4,189). Sum of RGB (Red+Green+Blue) = 206+4+189=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 4 (1.95% from 255 or 1.00% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04BD is #31FB42. Grayscale: #545454. Windows color (decimal): -3275587 or 12387534. OLE color: 12387534.

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

Color convert

RGB 206 4 189 -
CMYK 0 0.98 0.08 0.19
HSL 305.05º 0.96% 0.41% -
HSV(B) 305.05º 0.98% 0.81% -
XYZ 34.68 16.88 49.57 -
YUV 85.49 186.42 213.96 -
System Red Green Blue C M Y K H S L
Decimal 206 4 189 0 0.98 0.08 0.19 305.05 0.96 0.41
Hex CE 4 BD 0 62 8 13 131 60 29
Octal 316 4 275 0 142 10 23 461 140 51
Binary 11001110 100 10111101 0 1100010 1000 10011 100110001 1100000 101001

Color Harmonies of #CE04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04BD

Black with #CE04BD

Text Example


Text Example

White with #CE04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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