Html Css Color HEX #C705AA Deep Magenta

📋 copy color: '#C705AA'

red 199 ◦ green 5 ◦ blue 170

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

Shades of Deep Magenta #C705AA

Tints of Deep Magenta #C705AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 53.21%
G = 1.34%
B = 45.45%

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

#C705AA (or 0xC705AA) is known color: Deep Magenta. HEX triplet: C7, 05 and AA. RGB value is (199,5,170). Sum of RGB (Red+Green+Blue) = 199+5+170=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C705AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C705AA is #38FA55. Grayscale: #515151. Windows color (decimal): -3734102 or 11142599. OLE color: 11142599.

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

Color convert

RGB 199 5 170 -
CMYK 0 0.97 0.15 0.22
HSL 308.97º 0.95% 0.4% -
HSV(B) 308.97º 0.97% 0.78% -
XYZ 30.86 15.15 39.33 -
YUV 81.82 177.77 211.58 -
System Red Green Blue C M Y K H S L
Decimal 199 5 170 0 0.97 0.15 0.22 308.97 0.95 0.4
Hex C7 5 AA 0 61 F 16 135 5F 28
Octal 307 5 252 0 141 17 26 465 137 50
Binary 11000111 101 10101010 0 1100001 1111 10110 100110101 1011111 101000

Color Harmonies of #C705AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705AA

Black with #C705AA

Text Example


Text Example

White with #C705AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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