Html Css Color HEX #C70871 Medium Violet Red

📋 copy color: '#C70871'

red 199 ◦ green 8 ◦ blue 113

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

Shades of Medium Violet Red #C70871

Tints of Medium Violet Red #C70871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

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

R = 62.19%
G = 2.5%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C70871 (or 0xC70871) is known color: Medium Violet Red. HEX triplet: C7, 08 and 71. RGB value is (199,8,113). Sum of RGB (Red+Green+Blue) = 199+8+113=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C70871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70871 is #38F78E. Grayscale: #4C4C4C. Windows color (decimal): -3733391 or 7407815. OLE color: 7407815.

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

Color convert

RGB 199 8 113 -
CMYK 0 0.96 0.43 0.22
HSL 327.02º 0.92% 0.41% -
HSV(B) 327.02º 0.96% 0.78% -
XYZ 26.62 13.51 16.83 -
YUV 77.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 199 8 113 0 0.96 0.43 0.22 327.02 0.92 0.41
Hex C7 8 71 0 60 2B 16 147 5C 29
Octal 307 10 161 0 140 53 26 507 134 51
Binary 11000111 1000 1110001 0 1100000 101011 10110 101000111 1011100 101001

Color Harmonies of #C70871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70871

Black with #C70871

Text Example


Text Example

White with #C70871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70871; }

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

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

background-color css

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

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

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

border-color css

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

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

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