Html Css Color HEX #C706AC Deep Magenta

📋 copy color: '#C706AC'

red 199 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #C706AC

Tints of Deep Magenta #C706AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.59%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 52.79%
G = 1.59%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C706AC (or 0xC706AC) is known color: Deep Magenta. HEX triplet: C7, 06 and AC. RGB value is (199,6,172). Sum of RGB (Red+Green+Blue) = 199+6+172=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C706AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C706AC is #38F953. Grayscale: #525252. Windows color (decimal): -3733844 or 11273927. OLE color: 11273927.

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

Color convert

RGB 199 6 172 -
CMYK 0 0.97 0.14 0.22
HSL 308.39º 0.94% 0.4% -
HSV(B) 308.39º 0.97% 0.78% -
XYZ 31.06 15.25 40.34 -
YUV 82.63 178.44 211 -
System Red Green Blue C M Y K H S L
Decimal 199 6 172 0 0.97 0.14 0.22 308.39 0.94 0.4
Hex C7 6 AC 0 61 E 16 134 5E 28
Octal 307 6 254 0 141 16 26 464 136 50
Binary 11000111 110 10101100 0 1100001 1110 10110 100110100 1011110 101000

Color Harmonies of #C706AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706AC

Black with #C706AC

Text Example


Text Example

White with #C706AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706AC; }

 p { color: rgb(199,6,172); }

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

background-color css

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

 a { background-color: rgb(199,6,172); }

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

border-color css

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

 span { border-color: rgb(199,6,172); }

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