Html Css Color HEX #C70FBA Deep Magenta

📋 copy color: '#C70FBA'

red 199 ◦ green 15 ◦ blue 186

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

Shades of Deep Magenta #C70FBA

Tints of Deep Magenta #C70FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 49.75%
G = 3.75%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C70FBA (or 0xC70FBA) is known color: Deep Magenta. HEX triplet: C7, 0F and BA. RGB value is (199,15,186). Sum of RGB (Red+Green+Blue) = 199+15+186=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FBA is #38F045. Grayscale: #595959. Windows color (decimal): -3731526 or 12193735. OLE color: 12193735.

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

Color convert

RGB 199 15 186 -
CMYK 0 0.92 0.07 0.22
HSL 304.24º 0.86% 0.42% -
HSV(B) 304.24º 0.92% 0.78% -
XYZ 32.59 16.03 47.83 -
YUV 89.51 182.46 206.1 -
System Red Green Blue C M Y K H S L
Decimal 199 15 186 0 0.92 0.07 0.22 304.24 0.86 0.42
Hex C7 F BA 0 5C 7 16 130 56 2A
Octal 307 17 272 0 134 7 26 460 126 52
Binary 11000111 1111 10111010 0 1011100 111 10110 100110000 1010110 101010

Color Harmonies of #C70FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70FBA

Black with #C70FBA

Text Example


Text Example

White with #C70FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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