Html Css Color HEX #C70179 Medium Violet Red

📋 copy color: '#C70179'

red 199 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #C70179

Tints of Medium Violet Red #C70179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 61.99%
G = 0.31%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C70179 (or 0xC70179) is known color: Medium Violet Red. HEX triplet: C7, 01 and 79. RGB value is (199,1,121). Sum of RGB (Red+Green+Blue) = 199+1+121=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C70179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70179 is #38FE86. Grayscale: #494949. Windows color (decimal): -3735175 or 7930311. OLE color: 7930311.

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

Color convert

RGB 199 1 121 -
CMYK 0 0.99 0.39 0.22
HSL 323.64º 0.99% 0.39% -
HSV(B) 323.64º 0.99% 0.78% -
XYZ 27.02 13.54 19.28 -
YUV 73.88 154.6 217.24 -
System Red Green Blue C M Y K H S L
Decimal 199 1 121 0 0.99 0.39 0.22 323.64 0.99 0.39
Hex C7 1 79 0 63 27 16 144 63 27
Octal 307 1 171 0 143 47 26 504 143 47
Binary 11000111 1 1111001 0 1100011 100111 10110 101000100 1100011 100111

Color Harmonies of #C70179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70179

Black with #C70179

Text Example


Text Example

White with #C70179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70179; }

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

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

background-color css

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

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

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

border-color css

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

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

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