Html Css Color HEX #C70870 Medium Violet Red

📋 copy color: '#C70870'

red 199 ◦ green 8 ◦ blue 112

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

Shades of Medium Violet Red #C70870

Tints of Medium Violet Red #C70870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 62.38%
G = 2.51%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C70870 (or 0xC70870) is known color: Medium Violet Red. HEX triplet: C7, 08 and 70. RGB value is (199,8,112). Sum of RGB (Red+Green+Blue) = 199+8+112=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C70870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70870 is #38F78F. Grayscale: #4C4C4C. Windows color (decimal): -3733392 or 7342279. OLE color: 7342279.

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

Color convert

RGB 199 8 112 -
CMYK 0 0.96 0.44 0.22
HSL 327.33º 0.92% 0.41% -
HSV(B) 327.33º 0.96% 0.78% -
XYZ 26.56 13.49 16.53 -
YUV 76.97 147.78 215.04 -
System Red Green Blue C M Y K H S L
Decimal 199 8 112 0 0.96 0.44 0.22 327.33 0.92 0.41
Hex C7 8 70 0 60 2C 16 147 5C 29
Octal 307 10 160 0 140 54 26 507 134 51
Binary 11000111 1000 1110000 0 1100000 101100 10110 101000111 1011100 101001

Color Harmonies of #C70870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70870

Black with #C70870

Text Example


Text Example

White with #C70870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70870; }

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

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

background-color css

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

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

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

border-color css

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

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

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