Html Css Color HEX #C706AA Deep Magenta

📋 copy color: '#C706AA'

red 199 ◦ green 6 ◦ blue 170

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

Shades of Deep Magenta #C706AA

Tints of Deep Magenta #C706AA

RGB

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

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

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

R = 53.07%
G = 1.6%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C706AA (or 0xC706AA) is known color: Deep Magenta. HEX triplet: C7, 06 and AA. RGB value is (199,6,170). Sum of RGB (Red+Green+Blue) = 199+6+170=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C706AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C706AA is #38F955. Grayscale: #515151. Windows color (decimal): -3733846 or 11142855. OLE color: 11142855.

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

Color convert

RGB 199 6 170 -
CMYK 0 0.97 0.15 0.22
HSL 309.02º 0.94% 0.4% -
HSV(B) 309.02º 0.97% 0.78% -
XYZ 30.87 15.17 39.33 -
YUV 82.4 177.44 211.16 -
System Red Green Blue C M Y K H S L
Decimal 199 6 170 0 0.97 0.15 0.22 309.02 0.94 0.4
Hex C7 6 AA 0 61 F 16 135 5E 28
Octal 307 6 252 0 141 17 26 465 136 50
Binary 11000111 110 10101010 0 1100001 1111 10110 100110101 1011110 101000

Color Harmonies of #C706AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C706AA

Black with #C706AA

Text Example


Text Example

White with #C706AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C706AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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