Html Css Color HEX #C00EDC Deep Magenta

📋 copy color: '#C00EDC'

red 192 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #C00EDC

Tints of Deep Magenta #C00EDC

RGB

 RED value IS 192 (75.39% from 255) = 45.07%

 GREEN value IS 14 (5.86% from 255) = 3.29%

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 45.07%
G = 3.29%
B = 51.64%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C00EDC (or 0xC00EDC) is known color: Deep Magenta. HEX triplet: C0, 0E and DC. RGB value is (192,14,220). Sum of RGB (Red+Green+Blue) = 192+14+220=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #C00EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00EDC is #3FF123. Grayscale: #5A5A5A. Windows color (decimal): -4190500 or 14421696. OLE color: 14421696.

HSL color Cylindrical-coordinate representation of color #C00EDC: hue angle of 291.84º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EDC is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 14 220 -
CMYK 0.13 0.94 0 0.14
HSL 291.84º 0.88% 0.46% -
HSV(B) 291.84º 0.94% 0.86% -
XYZ 34.81 16.69 69.1 -
YUV 90.71 200.97 200.25 -
System Red Green Blue C M Y K H S L
Decimal 192 14 220 0.13 0.94 0 0.14 291.84 0.88 0.46
Hex C0 E DC D 5E 0 E 124 58 2E
Octal 300 16 334 15 136 0 16 444 130 56
Binary 11000000 1110 11011100 1101 1011110 0 1110 100100100 1011000 101110

Color Harmonies of #C00EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EDC

Black with #C00EDC

Text Example


Text Example

White with #C00EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EDC; }

 p { color: rgb(192,14,220); }

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

background-color css

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

 a { background-color: rgb(192,14,220); }

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

border-color css

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

 span { border-color: rgb(192,14,220); }

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