Html Css Color HEX #CE03E0 Deep Magenta

📋 copy color: '#CE03E0'

red 206 ◦ green 3 ◦ blue 224

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

Shades of Deep Magenta #CE03E0

Tints of Deep Magenta #CE03E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.73%

R = 47.58%
G = 0.69%
B = 51.73%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE03E0 (or 0xCE03E0) is known color: Deep Magenta. HEX triplet: CE, 03 and E0. RGB value is (206,3,224). Sum of RGB (Red+Green+Blue) = 206+3+224=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE03E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE03E0 is #31FC1F. Grayscale: #585858. Windows color (decimal): -3275808 or 14681038. OLE color: 14681038.

HSL color Cylindrical-coordinate representation of color #CE03E0: hue angle of 295.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE03E0 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 3 224 -
CMYK 0.08 0.99 0 0.12
HSL 295.11º 0.97% 0.45% -
HSV(B) 295.11º 0.99% 0.88% -
XYZ 38.94 18.57 72.05 -
YUV 88.89 204.25 211.53 -
System Red Green Blue C M Y K H S L
Decimal 206 3 224 0.08 0.99 0 0.12 295.11 0.97 0.45
Hex CE 3 E0 8 63 0 C 127 61 2D
Octal 316 3 340 10 143 0 14 447 141 55
Binary 11001110 11 11100000 1000 1100011 0 1100 100100111 1100001 101101

Color Harmonies of #CE03E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE03E0

Black with #CE03E0

Text Example


Text Example

White with #CE03E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE03E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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