Html Css Color HEX #C70DAE Deep Magenta

📋 copy color: '#C70DAE'

red 199 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #C70DAE

Tints of Deep Magenta #C70DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.37%

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

R = 51.55%
G = 3.37%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C70DAE (or 0xC70DAE) is known color: Deep Magenta. HEX triplet: C7, 0D and AE. RGB value is (199,13,174). Sum of RGB (Red+Green+Blue) = 199+13+174=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70DAE is #38F251. Grayscale: #565656. Windows color (decimal): -3732050 or 11406791. OLE color: 11406791.

HSL color Cylindrical-coordinate representation of color #C70DAE: hue angle of 308.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70DAE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 13 174 -
CMYK 0 0.93 0.13 0.22
HSL 308.06º 0.88% 0.42% -
HSV(B) 308.06º 0.93% 0.78% -
XYZ 31.34 15.49 41.38 -
YUV 86.97 177.12 207.91 -
System Red Green Blue C M Y K H S L
Decimal 199 13 174 0 0.93 0.13 0.22 308.06 0.88 0.42
Hex C7 D AE 0 5D D 16 134 58 2A
Octal 307 15 256 0 135 15 26 464 130 52
Binary 11000111 1101 10101110 0 1011101 1101 10110 100110100 1011000 101010

Color Harmonies of #C70DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DAE

Black with #C70DAE

Text Example


Text Example

White with #C70DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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