Html Css Color HEX #C70471 Medium Violet Red

📋 copy color: '#C70471'

red 199 ◦ green 4 ◦ blue 113

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

Shades of Medium Violet Red #C70471

Tints of Medium Violet Red #C70471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 62.97%
G = 1.27%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C70471 (or 0xC70471) is known color: Medium Violet Red. HEX triplet: C7, 04 and 71. RGB value is (199,4,113). Sum of RGB (Red+Green+Blue) = 199+4+113=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C70471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70471 is #38FB8E. Grayscale: #4A4A4A. Windows color (decimal): -3734415 or 7406791. OLE color: 7406791.

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

Color convert

RGB 199 4 113 -
CMYK 0 0.98 0.43 0.22
HSL 326.46º 0.96% 0.4% -
HSV(B) 326.46º 0.98% 0.78% -
XYZ 26.58 13.42 16.81 -
YUV 74.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 199 4 113 0 0.98 0.43 0.22 326.46 0.96 0.4
Hex C7 4 71 0 62 2B 16 146 60 28
Octal 307 4 161 0 142 53 26 506 140 50
Binary 11000111 100 1110001 0 1100010 101011 10110 101000110 1100000 101000

Color Harmonies of #C70471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70471

Black with #C70471

Text Example


Text Example

White with #C70471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70471; }

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

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

background-color css

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

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

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

border-color css

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

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

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