Html Css Color HEX #C70ECD Deep Magenta

📋 copy color: '#C70ECD'

red 199 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #C70ECD

Tints of Deep Magenta #C70ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 47.61%
G = 3.35%
B = 49.04%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C70ECD (or 0xC70ECD) is known color: Deep Magenta. HEX triplet: C7, 0E and CD. RGB value is (199,14,205). Sum of RGB (Red+Green+Blue) = 199+14+205=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #C70ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ECD is #38F132. Grayscale: #5A5A5A. Windows color (decimal): -3731763 or 13438663. OLE color: 13438663.

HSL color Cylindrical-coordinate representation of color #C70ECD: hue angle of 298.12º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70ECD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 14 205 -
CMYK 0.03 0.93 0 0.20
HSL 298.12º 0.87% 0.43% -
HSV(B) 298.12º 0.93% 0.8% -
XYZ 34.73 16.86 59.18 -
YUV 91.09 192.29 204.97 -
System Red Green Blue C M Y K H S L
Decimal 199 14 205 0.03 0.93 0 0.20 298.12 0.87 0.43
Hex C7 E CD 3 5D 0 14 12A 57 2B
Octal 307 16 315 3 135 0 24 452 127 53
Binary 11000111 1110 11001101 11 1011101 0 10100 100101010 1010111 101011

Color Harmonies of #C70ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70ECD

Black with #C70ECD

Text Example


Text Example

White with #C70ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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