Html Css Color HEX #C70FB4 Deep Magenta

📋 copy color: '#C70FB4'

red 199 ◦ green 15 ◦ blue 180

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

Shades of Deep Magenta #C70FB4

Tints of Deep Magenta #C70FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 50.51%
G = 3.81%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C70FB4 (or 0xC70FB4) is known color: Deep Magenta. HEX triplet: C7, 0F and B4. RGB value is (199,15,180). Sum of RGB (Red+Green+Blue) = 199+15+180=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FB4 is #38F04B. Grayscale: #585858. Windows color (decimal): -3731532 or 11800519. OLE color: 11800519.

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

Color convert

RGB 199 15 180 -
CMYK 0 0.92 0.10 0.22
HSL 306.2º 0.86% 0.42% -
HSV(B) 306.2º 0.92% 0.78% -
XYZ 31.96 15.78 44.54 -
YUV 88.83 179.46 206.58 -
System Red Green Blue C M Y K H S L
Decimal 199 15 180 0 0.92 0.10 0.22 306.2 0.86 0.42
Hex C7 F B4 0 5C A 16 132 56 2A
Octal 307 17 264 0 134 12 26 462 126 52
Binary 11000111 1111 10110100 0 1011100 1010 10110 100110010 1010110 101010

Color Harmonies of #C70FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FB4

Black with #C70FB4

Text Example


Text Example

White with #C70FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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