Html Css Color HEX #C70CBA Deep Magenta

📋 copy color: '#C70CBA'

red 199 ◦ green 12 ◦ blue 186

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

Shades of Deep Magenta #C70CBA

Tints of Deep Magenta #C70CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.02%

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

R = 50.13%
G = 3.02%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C70CBA (or 0xC70CBA) is known color: Deep Magenta. HEX triplet: C7, 0C and BA. RGB value is (199,12,186). Sum of RGB (Red+Green+Blue) = 199+12+186=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CBA is #38F345. Grayscale: #575757. Windows color (decimal): -3732294 or 12192967. OLE color: 12192967.

HSL color Cylindrical-coordinate representation of color #C70CBA: hue angle of 304.17º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CBA is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 12 186 -
CMYK 0 0.94 0.07 0.22
HSL 304.17º 0.89% 0.41% -
HSV(B) 304.17º 0.94% 0.78% -
XYZ 32.55 15.95 47.82 -
YUV 87.75 183.45 207.35 -
System Red Green Blue C M Y K H S L
Decimal 199 12 186 0 0.94 0.07 0.22 304.17 0.89 0.41
Hex C7 C BA 0 5E 7 16 130 59 29
Octal 307 14 272 0 136 7 26 460 131 51
Binary 11000111 1100 10111010 0 1011110 111 10110 100110000 1011001 101001

Color Harmonies of #C70CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CBA

Black with #C70CBA

Text Example


Text Example

White with #C70CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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