Html Css Color HEX #C70CAF Deep Magenta

📋 copy color: '#C70CAF'

red 199 ◦ green 12 ◦ blue 175

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

Shades of Deep Magenta #C70CAF

Tints of Deep Magenta #C70CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 51.55%
G = 3.11%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C70CAF (or 0xC70CAF) is known color: Deep Magenta. HEX triplet: C7, 0C and AF. RGB value is (199,12,175). Sum of RGB (Red+Green+Blue) = 199+12+175=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C70CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70CAF is #38F350. Grayscale: #565656. Windows color (decimal): -3732305 or 11472071. OLE color: 11472071.

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

Color convert

RGB 199 12 175 -
CMYK 0 0.94 0.12 0.22
HSL 307.7º 0.89% 0.41% -
HSV(B) 307.7º 0.94% 0.78% -
XYZ 31.42 15.5 41.89 -
YUV 86.5 177.95 208.25 -
System Red Green Blue C M Y K H S L
Decimal 199 12 175 0 0.94 0.12 0.22 307.7 0.89 0.41
Hex C7 C AF 0 5E C 16 134 59 29
Octal 307 14 257 0 136 14 26 464 131 51
Binary 11000111 1100 10101111 0 1011110 1100 10110 100110100 1011001 101001

Color Harmonies of #C70CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70CAF

Black with #C70CAF

Text Example


Text Example

White with #C70CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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