Html Css Color HEX #C70170 Medium Violet Red

📋 copy color: '#C70170'

red 199 ◦ green 1 ◦ blue 112

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

Shades of Medium Violet Red #C70170

Tints of Medium Violet Red #C70170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 63.78%
G = 0.32%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C70170 (or 0xC70170) is known color: Medium Violet Red. HEX triplet: C7, 01 and 70. RGB value is (199,1,112). Sum of RGB (Red+Green+Blue) = 199+1+112=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C70170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70170 is #38FE8F. Grayscale: #484848. Windows color (decimal): -3735184 or 7340487. OLE color: 7340487.

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

Color convert

RGB 199 1 112 -
CMYK 0 0.99 0.44 0.22
HSL 326.36º 0.99% 0.39% -
HSV(B) 326.36º 0.99% 0.78% -
XYZ 26.49 13.33 16.51 -
YUV 72.86 150.1 217.97 -
System Red Green Blue C M Y K H S L
Decimal 199 1 112 0 0.99 0.44 0.22 326.36 0.99 0.39
Hex C7 1 70 0 63 2C 16 146 63 27
Octal 307 1 160 0 143 54 26 506 143 47
Binary 11000111 1 1110000 0 1100011 101100 10110 101000110 1100011 100111

Color Harmonies of #C70170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70170

Black with #C70170

Text Example


Text Example

White with #C70170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70170; }

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

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

background-color css

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

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

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

border-color css

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

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

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