Html Css Color HEX #C704B7 Deep Magenta

📋 copy color: '#C704B7'

red 199 ◦ green 4 ◦ blue 183

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

Shades of Deep Magenta #C704B7

Tints of Deep Magenta #C704B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 51.55%
G = 1.04%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C704B7 (or 0xC704B7) is known color: Deep Magenta. HEX triplet: C7, 04 and B7. RGB value is (199,4,183). Sum of RGB (Red+Green+Blue) = 199+4+183=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C704B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704B7 is #38FB48. Grayscale: #525252. Windows color (decimal): -3734345 or 11994311. OLE color: 11994311.

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

Color convert

RGB 199 4 183 -
CMYK 0 0.98 0.08 0.22
HSL 304.92º 0.96% 0.4% -
HSV(B) 304.92º 0.98% 0.78% -
XYZ 32.14 15.65 46.13 -
YUV 82.71 184.6 210.95 -
System Red Green Blue C M Y K H S L
Decimal 199 4 183 0 0.98 0.08 0.22 304.92 0.96 0.4
Hex C7 4 B7 0 62 8 16 131 60 28
Octal 307 4 267 0 142 10 26 461 140 50
Binary 11000111 100 10110111 0 1100010 1000 10110 100110001 1100000 101000

Color Harmonies of #C704B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704B7

Black with #C704B7

Text Example


Text Example

White with #C704B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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