Html Css Color HEX #CE03B2 Deep Magenta

📋 copy color: '#CE03B2'

red 206 ◦ green 3 ◦ blue 178

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

Shades of Deep Magenta #CE03B2

Tints of Deep Magenta #CE03B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 53.23%
G = 0.78%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CE03B2 (or 0xCE03B2) is known color: Deep Magenta. HEX triplet: CE, 03 and B2. RGB value is (206,3,178). Sum of RGB (Red+Green+Blue) = 206+3+178=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE03B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE03B2 is #31FC4D. Grayscale: #535353. Windows color (decimal): -3275854 or 11666382. OLE color: 11666382.

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

Color convert

RGB 206 3 178 -
CMYK 0 0.99 0.14 0.19
HSL 308.28º 0.97% 0.41% -
HSV(B) 308.28º 0.99% 0.81% -
XYZ 33.52 16.4 43.52 -
YUV 83.65 181.25 215.27 -
System Red Green Blue C M Y K H S L
Decimal 206 3 178 0 0.99 0.14 0.19 308.28 0.97 0.41
Hex CE 3 B2 0 63 E 13 134 61 29
Octal 316 3 262 0 143 16 23 464 141 51
Binary 11001110 11 10110010 0 1100011 1110 10011 100110100 1100001 101001

Color Harmonies of #CE03B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE03B2

Black with #CE03B2

Text Example


Text Example

White with #CE03B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE03B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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