Html Css Color HEX #C704C5 Deep Magenta

📋 copy color: '#C704C5'

red 199 ◦ green 4 ◦ blue 197

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

Shades of Deep Magenta #C704C5

Tints of Deep Magenta #C704C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49.25%

R = 49.75%
G = 1%
B = 49.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C704C5 (or 0xC704C5) is known color: Deep Magenta. HEX triplet: C7, 04 and C5. RGB value is (199,4,197). Sum of RGB (Red+Green+Blue) = 199+4+197=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C704C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C704C5 is #38FB3A. Grayscale: #535353. Windows color (decimal): -3734331 or 12911815. OLE color: 12911815.

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

Color convert

RGB 199 4 197 -
CMYK 0 0.98 0.01 0.22
HSL 300.62º 0.96% 0.4% -
HSV(B) 300.62º 0.98% 0.78% -
XYZ 33.67 16.26 54.19 -
YUV 84.31 191.6 209.81 -
System Red Green Blue C M Y K H S L
Decimal 199 4 197 0 0.98 0.01 0.22 300.62 0.96 0.4
Hex C7 4 C5 0 62 1 16 12D 60 28
Octal 307 4 305 0 142 1 26 455 140 50
Binary 11000111 100 11000101 0 1100010 1 10110 100101101 1100000 101000

Color Harmonies of #C704C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C704C5

Black with #C704C5

Text Example


Text Example

White with #C704C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C704C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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