Html Css Color HEX #C70BAE Deep Magenta

📋 copy color: '#C70BAE'

red 199 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #C70BAE

Tints of Deep Magenta #C70BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 51.82%
G = 2.86%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C70BAE (or 0xC70BAE) is known color: Deep Magenta. HEX triplet: C7, 0B and AE. RGB value is (199,11,174). Sum of RGB (Red+Green+Blue) = 199+11+174=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C70BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70BAE is #38F451. Grayscale: #555555. Windows color (decimal): -3732562 or 11406279. OLE color: 11406279.

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

Color convert

RGB 199 11 174 -
CMYK 0 0.94 0.13 0.22
HSL 307.98º 0.9% 0.41% -
HSV(B) 307.98º 0.94% 0.78% -
XYZ 31.31 15.44 41.37 -
YUV 85.79 177.78 208.75 -
System Red Green Blue C M Y K H S L
Decimal 199 11 174 0 0.94 0.13 0.22 307.98 0.9 0.41
Hex C7 B AE 0 5E D 16 134 5A 29
Octal 307 13 256 0 136 15 26 464 132 51
Binary 11000111 1011 10101110 0 1011110 1101 10110 100110100 1011010 101001

Color Harmonies of #C70BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BAE

Black with #C70BAE

Text Example


Text Example

White with #C70BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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