Html Css Color HEX #C70EDC Deep Magenta

📋 copy color: '#C70EDC'

red 199 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #C70EDC

Tints of Deep Magenta #C70EDC

RGB

 RED value IS 199 (78.13% from 255) = 45.96%

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

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

R = 45.96%
G = 3.23%
B = 50.81%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C70EDC (or 0xC70EDC) is known color: Deep Magenta. HEX triplet: C7, 0E and DC. RGB value is (199,14,220). Sum of RGB (Red+Green+Blue) = 199+14+220=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #C70EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EDC is #38F123. Grayscale: #5C5C5C. Windows color (decimal): -3731748 or 14421703. OLE color: 14421703.

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

Color convert

RGB 199 14 220 -
CMYK 0.10 0.94 0 0.14
HSL 293.88º 0.88% 0.46% -
HSV(B) 293.88º 0.94% 0.86% -
XYZ 36.63 17.62 69.18 -
YUV 92.8 199.79 203.75 -
System Red Green Blue C M Y K H S L
Decimal 199 14 220 0.10 0.94 0 0.14 293.88 0.88 0.46
Hex C7 E DC A 5E 0 E 126 58 2E
Octal 307 16 334 12 136 0 16 446 130 56
Binary 11000111 1110 11011100 1010 1011110 0 1110 100100110 1011000 101110

Color Harmonies of #C70EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EDC

Black with #C70EDC

Text Example


Text Example

White with #C70EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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