Html Css Color HEX #C70EB2 Deep Magenta

📋 copy color: '#C70EB2'

red 199 ◦ green 14 ◦ blue 178

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

Shades of Deep Magenta #C70EB2

Tints of Deep Magenta #C70EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 50.9%
G = 3.58%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C70EB2 (or 0xC70EB2) is known color: Deep Magenta. HEX triplet: C7, 0E and B2. RGB value is (199,14,178). Sum of RGB (Red+Green+Blue) = 199+14+178=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70EB2 is #38F14D. Grayscale: #575757. Windows color (decimal): -3731790 or 11669191. OLE color: 11669191.

HSL color Cylindrical-coordinate representation of color #C70EB2: hue angle of 306.81º 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 #C70EB2 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 14 178 -
CMYK 0 0.93 0.11 0.22
HSL 306.81º 0.87% 0.42% -
HSV(B) 306.81º 0.93% 0.78% -
XYZ 31.75 15.67 43.47 -
YUV 88.01 178.79 207.16 -
System Red Green Blue C M Y K H S L
Decimal 199 14 178 0 0.93 0.11 0.22 306.81 0.87 0.42
Hex C7 E B2 0 5D B 16 133 57 2A
Octal 307 16 262 0 135 13 26 463 127 52
Binary 11000111 1110 10110010 0 1011101 1011 10110 100110011 1010111 101010

Color Harmonies of #C70EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EB2

Black with #C70EB2

Text Example


Text Example

White with #C70EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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