Html Css Color HEX #C70174 Medium Violet Red

📋 copy color: '#C70174'

red 199 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C70174

Tints of Medium Violet Red #C70174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 62.97%
G = 0.32%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C70174 (or 0xC70174) is known color: Medium Violet Red. HEX triplet: C7, 01 and 74. RGB value is (199,1,116). Sum of RGB (Red+Green+Blue) = 199+1+116=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C70174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70174 is #38FE8B. Grayscale: #494949. Windows color (decimal): -3735180 or 7602631. OLE color: 7602631.

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

Color convert

RGB 199 1 116 -
CMYK 0 0.99 0.42 0.22
HSL 325.15º 0.99% 0.39% -
HSV(B) 325.15º 0.99% 0.78% -
XYZ 26.72 13.42 17.71 -
YUV 73.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 199 1 116 0 0.99 0.42 0.22 325.15 0.99 0.39
Hex C7 1 74 0 63 2A 16 145 63 27
Octal 307 1 164 0 143 52 26 505 143 47
Binary 11000111 1 1110100 0 1100011 101010 10110 101000101 1100011 100111

Color Harmonies of #C70174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70174

Black with #C70174

Text Example


Text Example

White with #C70174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70174; }

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

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

background-color css

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

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

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

border-color css

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

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

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