Html Css Color HEX #C70BAA Deep Magenta

📋 copy color: '#C70BAA'

red 199 ◦ green 11 ◦ blue 170

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

Shades of Deep Magenta #C70BAA

Tints of Deep Magenta #C70BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.89%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 52.37%
G = 2.89%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C70BAA (or 0xC70BAA) is known color: Deep Magenta. HEX triplet: C7, 0B and AA. RGB value is (199,11,170). Sum of RGB (Red+Green+Blue) = 199+11+170=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 11 (4.69% from 255 or 2.89% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70BAA is #38F455. Grayscale: #545454. Windows color (decimal): -3732566 or 11144135. OLE color: 11144135.

HSL color Cylindrical-coordinate representation of color #C70BAA: hue angle of 309.26º degrees, saturation: 0.9, 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 #C70BAA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 11 170 -
CMYK 0 0.94 0.15 0.22
HSL 309.26º 0.9% 0.41% -
HSV(B) 309.26º 0.94% 0.78% -
XYZ 30.93 15.28 39.35 -
YUV 85.34 175.78 209.07 -
System Red Green Blue C M Y K H S L
Decimal 199 11 170 0 0.94 0.15 0.22 309.26 0.9 0.41
Hex C7 B AA 0 5E F 16 135 5A 29
Octal 307 13 252 0 136 17 26 465 132 51
Binary 11000111 1011 10101010 0 1011110 1111 10110 100110101 1011010 101001

Color Harmonies of #C70BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BAA

Black with #C70BAA

Text Example


Text Example

White with #C70BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BAA; }

 p { color: rgb(199,11,170); }

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

background-color css

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

 a { background-color: rgb(199,11,170); }

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

border-color css

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

 span { border-color: rgb(199,11,170); }

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