Html Css Color HEX #C70571 Medium Violet Red

📋 copy color: '#C70571'

red 199 ◦ green 5 ◦ blue 113

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

Shades of Medium Violet Red #C70571

Tints of Medium Violet Red #C70571

RGB

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

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

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

R = 62.78%
G = 1.58%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C70571 (or 0xC70571) is known color: Medium Violet Red. HEX triplet: C7, 05 and 71. RGB value is (199,5,113). Sum of RGB (Red+Green+Blue) = 199+5+113=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C70571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70571 is #38FA8E. Grayscale: #4B4B4B. Windows color (decimal): -3734159 or 7407047. OLE color: 7407047.

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

Color convert

RGB 199 5 113 -
CMYK 0 0.97 0.43 0.22
HSL 326.6º 0.95% 0.4% -
HSV(B) 326.6º 0.97% 0.78% -
XYZ 26.59 13.44 16.82 -
YUV 75.32 149.27 216.22 -
System Red Green Blue C M Y K H S L
Decimal 199 5 113 0 0.97 0.43 0.22 326.6 0.95 0.4
Hex C7 5 71 0 61 2B 16 147 5F 28
Octal 307 5 161 0 141 53 26 507 137 50
Binary 11000111 101 1110001 0 1100001 101011 10110 101000111 1011111 101000

Color Harmonies of #C70571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70571

Black with #C70571

Text Example


Text Example

White with #C70571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70571; }

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

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

background-color css

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

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

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

border-color css

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

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

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