Html Css Color HEX #C70071 Medium Violet Red

📋 copy color: '#C70071'

red 199 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #C70071

Tints of Medium Violet Red #C70071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.78%
G = 0%
B = 36.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C70071 (or 0xC70071) is known color: Medium Violet Red. HEX triplet: C7, 00 and 71. RGB value is (199,0,113). Sum of RGB (Red+Green+Blue) = 199+0+113=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C70071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70071 is #38FF8E. Grayscale: #484848. Windows color (decimal): -3735439 or 7405767. OLE color: 7405767.

HSL color Cylindrical-coordinate representation of color #C70071: hue angle of 325.93º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70071 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 0 113 -
CMYK 0 1 0.43 0.22
HSL 325.93º 1% 0.39% -
HSV(B) 325.93º 1% 0.78% -
XYZ 26.53 13.33 16.8 -
YUV 72.38 150.93 218.31 -
System Red Green Blue C M Y K H S L
Decimal 199 0 113 0 1 0.43 0.22 325.93 1 0.39
Hex C7 0 71 0 64 2B 16 146 64 27
Octal 307 0 161 0 144 53 26 506 144 47
Binary 11000111 0 1110001 0 1100100 101011 10110 101000110 1100100 100111

Color Harmonies of #C70071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70071

Black with #C70071

Text Example


Text Example

White with #C70071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70071; }

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

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

background-color css

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

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

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

border-color css

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

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

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