Html Css Color HEX #C70ECE Deep Magenta

📋 copy color: '#C70ECE'

red 199 ◦ green 14 ◦ blue 206

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

Shades of Deep Magenta #C70ECE

Tints of Deep Magenta #C70ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 47.49%
G = 3.34%
B = 49.16%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C70ECE (or 0xC70ECE) is known color: Deep Magenta. HEX triplet: C7, 0E and CE. RGB value is (199,14,206). Sum of RGB (Red+Green+Blue) = 199+14+206=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C70ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70ECE is #38F131. Grayscale: #5A5A5A. Windows color (decimal): -3731762 or 13504199. OLE color: 13504199.

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

Color convert

RGB 199 14 206 -
CMYK 0.03 0.93 0 0.19
HSL 297.81º 0.87% 0.43% -
HSV(B) 297.81º 0.93% 0.81% -
XYZ 34.85 16.91 59.82 -
YUV 91.2 192.79 204.89 -
System Red Green Blue C M Y K H S L
Decimal 199 14 206 0.03 0.93 0 0.19 297.81 0.87 0.43
Hex C7 E CE 3 5D 0 13 12A 57 2B
Octal 307 16 316 3 135 0 23 452 127 53
Binary 11000111 1110 11001110 11 1011101 0 10011 100101010 1010111 101011

Color Harmonies of #C70ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70ECE

Black with #C70ECE

Text Example


Text Example

White with #C70ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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