Html Css Color HEX #C704AD Deep Magenta

📋 copy color: '#C704AD'

red 199 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #C704AD

Tints of Deep Magenta #C704AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

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

R = 52.93%
G = 1.06%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C704AD (or 0xC704AD) is known color: Deep Magenta. HEX triplet: C7, 04 and AD. RGB value is (199,4,173). Sum of RGB (Red+Green+Blue) = 199+4+173=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 4 (1.95% from 255 or 1.06% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C704AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C704AD is #38FB52. Grayscale: #515151. Windows color (decimal): -3734355 or 11338951. OLE color: 11338951.

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

Color convert

RGB 199 4 173 -
CMYK 0 0.98 0.13 0.22
HSL 308º 0.96% 0.4% -
HSV(B) 308º 0.98% 0.78% -
XYZ 31.14 15.25 40.84 -
YUV 81.57 179.6 211.76 -
System Red Green Blue C M Y K H S L
Decimal 199 4 173 0 0.98 0.13 0.22 308 0.96 0.4
Hex C7 4 AD 0 62 D 16 134 60 28
Octal 307 4 255 0 142 15 26 464 140 50
Binary 11000111 100 10101101 0 1100010 1101 10110 100110100 1100000 101000

Color Harmonies of #C704AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704AD

Black with #C704AD

Text Example


Text Example

White with #C704AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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