Html Css Color HEX #C70374 Medium Violet Red

📋 copy color: '#C70374'

red 199 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #C70374

Tints of Medium Violet Red #C70374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

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

R = 62.58%
G = 0.94%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C70374 (or 0xC70374) is known color: Medium Violet Red. HEX triplet: C7, 03 and 74. RGB value is (199,3,116). Sum of RGB (Red+Green+Blue) = 199+3+116=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C70374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70374 is #38FC8B. Grayscale: #4A4A4A. Windows color (decimal): -3734668 or 7603143. OLE color: 7603143.

HSL color Cylindrical-coordinate representation of color #C70374: hue angle of 325.41º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70374 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 116 -
CMYK 0 0.98 0.42 0.22
HSL 325.41º 0.97% 0.4% -
HSV(B) 325.41º 0.98% 0.78% -
XYZ 26.74 13.47 17.71 -
YUV 74.49 151.43 216.81 -
System Red Green Blue C M Y K H S L
Decimal 199 3 116 0 0.98 0.42 0.22 325.41 0.97 0.4
Hex C7 3 74 0 62 2A 16 145 61 28
Octal 307 3 164 0 142 52 26 505 141 50
Binary 11000111 11 1110100 0 1100010 101010 10110 101000101 1100001 101000

Color Harmonies of #C70374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70374

Black with #C70374

Text Example


Text Example

White with #C70374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70374; }

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

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

background-color css

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

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

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

border-color css

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

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

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