Html Css Color HEX #C70FBC Deep Magenta

📋 copy color: '#C70FBC'

red 199 ◦ green 15 ◦ blue 188

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

Shades of Deep Magenta #C70FBC

Tints of Deep Magenta #C70FBC

RGB

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

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

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

R = 49.5%
G = 3.73%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C70FBC (or 0xC70FBC) is known color: Deep Magenta. HEX triplet: C7, 0F and BC. RGB value is (199,15,188). Sum of RGB (Red+Green+Blue) = 199+15+188=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FBC is #38F043. Grayscale: #595959. Windows color (decimal): -3731524 or 12324807. OLE color: 12324807.

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

Color convert

RGB 199 15 188 -
CMYK 0 0.92 0.06 0.22
HSL 303.59º 0.86% 0.42% -
HSV(B) 303.59º 0.92% 0.78% -
XYZ 32.8 16.11 48.96 -
YUV 89.74 183.46 205.93 -
System Red Green Blue C M Y K H S L
Decimal 199 15 188 0 0.92 0.06 0.22 303.59 0.86 0.42
Hex C7 F BC 0 5C 6 16 130 56 2A
Octal 307 17 274 0 134 6 26 460 126 52
Binary 11000111 1111 10111100 0 1011100 110 10110 100110000 1010110 101010

Color Harmonies of #C70FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FBC

Black with #C70FBC

Text Example


Text Example

White with #C70FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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