Html Css Color HEX #C705AD Deep Magenta

📋 copy color: '#C705AD'

red 199 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #C705AD

Tints of Deep Magenta #C705AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 52.79%
G = 1.33%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C705AD (or 0xC705AD) is known color: Deep Magenta. HEX triplet: C7, 05 and AD. RGB value is (199,5,173). Sum of RGB (Red+Green+Blue) = 199+5+173=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C705AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C705AD is #38FA52. Grayscale: #515151. Windows color (decimal): -3734099 or 11339207. OLE color: 11339207.

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

Color convert

RGB 199 5 173 -
CMYK 0 0.97 0.13 0.22
HSL 308.04º 0.95% 0.4% -
HSV(B) 308.04º 0.97% 0.78% -
XYZ 31.15 15.27 40.84 -
YUV 82.16 179.27 211.34 -
System Red Green Blue C M Y K H S L
Decimal 199 5 173 0 0.97 0.13 0.22 308.04 0.95 0.4
Hex C7 5 AD 0 61 D 16 134 5F 28
Octal 307 5 255 0 141 15 26 464 137 50
Binary 11000111 101 10101101 0 1100001 1101 10110 100110100 1011111 101000

Color Harmonies of #C705AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C705AD

Black with #C705AD

Text Example


Text Example

White with #C705AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C705AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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