Html Css Color HEX #E00CCF Deep Magenta

📋 copy color: '#E00CCF'

red 224 ◦ green 12 ◦ blue 207

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

Shades of Deep Magenta #E00CCF

Tints of Deep Magenta #E00CCF

RGB

 RED value IS 224 (87.89% from 255) = 50.56%

 GREEN value IS 12 (5.08% from 255) = 2.71%

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 50.56%
G = 2.71%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00CCF (or 0xE00CCF) is known color: Deep Magenta. HEX triplet: E0, 0C and CF. RGB value is (224,12,207). Sum of RGB (Red+Green+Blue) = 224+12+207=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CCF is #1FF330. Grayscale: #616161. Windows color (decimal): -2093873 or 13569248. OLE color: 13569248.

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

Color convert

RGB 224 12 207 -
CMYK 0 0.95 0.08 0.12
HSL 304.81º 0.9% 0.46% -
HSV(B) 304.81º 0.95% 0.88% -
XYZ 42.13 20.62 60.79 -
YUV 97.62 189.74 218.14 -
System Red Green Blue C M Y K H S L
Decimal 224 12 207 0 0.95 0.08 0.12 304.81 0.9 0.46
Hex E0 C CF 0 5F 8 C 131 5A 2E
Octal 340 14 317 0 137 10 14 461 132 56
Binary 11100000 1100 11001111 0 1011111 1000 1100 100110001 1011010 101110

Color Harmonies of #E00CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CCF

Black with #E00CCF

Text Example


Text Example

White with #E00CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CCF; }

 p { color: rgb(224,12,207); }

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

background-color css

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

 a { background-color: rgb(224,12,207); }

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

border-color css

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

 span { border-color: rgb(224,12,207); }

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