Html Css Color HEX #C70FBE Deep Magenta

📋 copy color: '#C70FBE'

red 199 ◦ green 15 ◦ blue 190

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

Shades of Deep Magenta #C70FBE

Tints of Deep Magenta #C70FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.71%

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

R = 49.26%
G = 3.71%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C70FBE (or 0xC70FBE) is known color: Deep Magenta. HEX triplet: C7, 0F and BE. RGB value is (199,15,190). Sum of RGB (Red+Green+Blue) = 199+15+190=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FBE is #38F041. Grayscale: #595959. Windows color (decimal): -3731522 or 12455879. OLE color: 12455879.

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

Color convert

RGB 199 15 190 -
CMYK 0 0.92 0.05 0.22
HSL 302.93º 0.86% 0.42% -
HSV(B) 302.93º 0.92% 0.78% -
XYZ 33.02 16.2 50.1 -
YUV 89.97 184.46 205.77 -
System Red Green Blue C M Y K H S L
Decimal 199 15 190 0 0.92 0.05 0.22 302.93 0.86 0.42
Hex C7 F BE 0 5C 5 16 12F 56 2A
Octal 307 17 276 0 134 5 26 457 126 52
Binary 11000111 1111 10111110 0 1011100 101 10110 100101111 1010110 101010

Color Harmonies of #C70FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FBE

Black with #C70FBE

Text Example


Text Example

White with #C70FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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