Html Css Color HEX #CE03B0 Deep Magenta

📋 copy color: '#CE03B0'

red 206 ◦ green 3 ◦ blue 176

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

Shades of Deep Magenta #CE03B0

Tints of Deep Magenta #CE03B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.71%

R = 53.51%
G = 0.78%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CE03B0 (or 0xCE03B0) is known color: Deep Magenta. HEX triplet: CE, 03 and B0. RGB value is (206,3,176). Sum of RGB (Red+Green+Blue) = 206+3+176=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE03B0 is #31FC4F. Grayscale: #525252. Windows color (decimal): -3275856 or 11535310. OLE color: 11535310.

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

Color convert

RGB 206 3 176 -
CMYK 0 0.99 0.15 0.19
HSL 308.87º 0.97% 0.41% -
HSV(B) 308.87º 0.99% 0.81% -
XYZ 33.32 16.32 42.47 -
YUV 83.42 180.25 215.43 -
System Red Green Blue C M Y K H S L
Decimal 206 3 176 0 0.99 0.15 0.19 308.87 0.97 0.41
Hex CE 3 B0 0 63 F 13 135 61 29
Octal 316 3 260 0 143 17 23 465 141 51
Binary 11001110 11 10110000 0 1100011 1111 10011 100110101 1100001 101001

Color Harmonies of #CE03B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE03B0

Black with #CE03B0

Text Example


Text Example

White with #CE03B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE03B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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