Html Css Color HEX #C70EB0 Deep Magenta

📋 copy color: '#C70EB0'

red 199 ◦ green 14 ◦ blue 176

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

Shades of Deep Magenta #C70EB0

Tints of Deep Magenta #C70EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.24%

R = 51.16%
G = 3.6%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C70EB0 (or 0xC70EB0) is known color: Deep Magenta. HEX triplet: C7, 0E and B0. RGB value is (199,14,176). Sum of RGB (Red+Green+Blue) = 199+14+176=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EB0 is #38F14F. Grayscale: #575757. Windows color (decimal): -3731792 or 11538119. OLE color: 11538119.

HSL color Cylindrical-coordinate representation of color #C70EB0: hue angle of 307.46º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70EB0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 14 176 -
CMYK 0 0.93 0.12 0.22
HSL 307.46º 0.87% 0.42% -
HSV(B) 307.46º 0.93% 0.78% -
XYZ 31.55 15.59 42.42 -
YUV 87.78 177.79 207.33 -
System Red Green Blue C M Y K H S L
Decimal 199 14 176 0 0.93 0.12 0.22 307.46 0.87 0.42
Hex C7 E B0 0 5D C 16 133 57 2A
Octal 307 16 260 0 135 14 26 463 127 52
Binary 11000111 1110 10110000 0 1011101 1100 10110 100110011 1010111 101010

Color Harmonies of #C70EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EB0

Black with #C70EB0

Text Example


Text Example

White with #C70EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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