Html Css Color HEX #C70EBC Deep Magenta

📋 copy color: '#C70EBC'

red 199 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #C70EBC

Tints of Deep Magenta #C70EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 49.63%
G = 3.49%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C70EBC (or 0xC70EBC) is known color: Deep Magenta. HEX triplet: C7, 0E and BC. RGB value is (199,14,188). Sum of RGB (Red+Green+Blue) = 199+14+188=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EBC is #38F143. Grayscale: #585858. Windows color (decimal): -3731780 or 12324551. OLE color: 12324551.

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

Color convert

RGB 199 14 188 -
CMYK 0 0.93 0.06 0.22
HSL 303.57º 0.87% 0.42% -
HSV(B) 303.57º 0.93% 0.78% -
XYZ 32.79 16.09 48.95 -
YUV 89.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 199 14 188 0 0.93 0.06 0.22 303.57 0.87 0.42
Hex C7 E BC 0 5D 6 16 130 57 2A
Octal 307 16 274 0 135 6 26 460 127 52
Binary 11000111 1110 10111100 0 1011101 110 10110 100110000 1010111 101010

Color Harmonies of #C70EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EBC

Black with #C70EBC

Text Example


Text Example

White with #C70EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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