Html Css Color HEX #C70EBE Deep Magenta

📋 copy color: '#C70EBE'

red 199 ◦ green 14 ◦ blue 190

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

Shades of Deep Magenta #C70EBE

Tints of Deep Magenta #C70EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 49.38%
G = 3.47%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C70EBE (or 0xC70EBE) is known color: Deep Magenta. HEX triplet: C7, 0E and BE. RGB value is (199,14,190). Sum of RGB (Red+Green+Blue) = 199+14+190=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C70EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70EBE is #38F141. Grayscale: #585858. Windows color (decimal): -3731778 or 12455623. OLE color: 12455623.

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

Color convert

RGB 199 14 190 -
CMYK 0 0.93 0.05 0.22
HSL 302.92º 0.87% 0.42% -
HSV(B) 302.92º 0.93% 0.78% -
XYZ 33 16.17 50.1 -
YUV 89.38 184.79 206.19 -
System Red Green Blue C M Y K H S L
Decimal 199 14 190 0 0.93 0.05 0.22 302.92 0.87 0.42
Hex C7 E BE 0 5D 5 16 12F 57 2A
Octal 307 16 276 0 135 5 26 457 127 52
Binary 11000111 1110 10111110 0 1011101 101 10110 100101111 1010111 101010

Color Harmonies of #C70EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70EBE

Black with #C70EBE

Text Example


Text Example

White with #C70EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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