Html Css Color HEX #CE03BE Deep Magenta

📋 copy color: '#CE03BE'

red 206 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #CE03BE

Tints of Deep Magenta #CE03BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 51.63%
G = 0.75%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE03BE (or 0xCE03BE) is known color: Deep Magenta. HEX triplet: CE, 03 and BE. RGB value is (206,3,190). Sum of RGB (Red+Green+Blue) = 206+3+190=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 3 (1.56% from 255 or 0.75% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03BE is #31FC41. Grayscale: #545454. Windows color (decimal): -3275842 or 12452814. OLE color: 12452814.

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

Color convert

RGB 206 3 190 -
CMYK 0 0.99 0.08 0.19
HSL 304.73º 0.97% 0.41% -
HSV(B) 304.73º 0.99% 0.81% -
XYZ 34.78 16.9 50.14 -
YUV 85.02 187.25 214.29 -
System Red Green Blue C M Y K H S L
Decimal 206 3 190 0 0.99 0.08 0.19 304.73 0.97 0.41
Hex CE 3 BE 0 63 8 13 131 61 29
Octal 316 3 276 0 143 10 23 461 141 51
Binary 11001110 11 10111110 0 1100011 1000 10011 100110001 1100001 101001

Color Harmonies of #CE03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE03BE

Black with #CE03BE

Text Example


Text Example

White with #CE03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE03BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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