Html Css Color HEX #CE03BB Deep Magenta

📋 copy color: '#CE03BB'

red 206 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #CE03BB

Tints of Deep Magenta #CE03BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 52.02%
G = 0.76%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE03BB (or 0xCE03BB) is known color: Deep Magenta. HEX triplet: CE, 03 and BB. RGB value is (206,3,187). Sum of RGB (Red+Green+Blue) = 206+3+187=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03BB is #31FC44. Grayscale: #545454. Windows color (decimal): -3275845 or 12256206. OLE color: 12256206.

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

Color convert

RGB 206 3 187 -
CMYK 0 0.99 0.09 0.19
HSL 305.62º 0.97% 0.41% -
HSV(B) 305.62º 0.99% 0.81% -
XYZ 34.46 16.77 48.44 -
YUV 84.67 185.75 214.54 -
System Red Green Blue C M Y K H S L
Decimal 206 3 187 0 0.99 0.09 0.19 305.62 0.97 0.41
Hex CE 3 BB 0 63 9 13 132 61 29
Octal 316 3 273 0 143 11 23 462 141 51
Binary 11001110 11 10111011 0 1100011 1001 10011 100110010 1100001 101001

Color Harmonies of #CE03BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE03BB

Black with #CE03BB

Text Example


Text Example

White with #CE03BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE03BB; }

 p { color: rgb(206,3,187); }

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

background-color css

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

 a { background-color: rgb(206,3,187); }

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

border-color css

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

 span { border-color: rgb(206,3,187); }

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