Html Css Color HEX #C51074 Medium Violet Red

📋 copy color: '#C51074'

red 197 ◦ green 16 ◦ blue 116

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

Shades of Medium Violet Red #C51074

Tints of Medium Violet Red #C51074

RGB

 RED value IS 197 (77.34% from 255) = 59.88%

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 59.88%
G = 4.86%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51074 (or 0xC51074) is known color: Medium Violet Red. HEX triplet: C5, 10 and 74. RGB value is (197,16,116). Sum of RGB (Red+Green+Blue) = 197+16+116=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C51074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51074 is #3AEF8B. Grayscale: #515151. Windows color (decimal): -3862412 or 7606469. OLE color: 7606469.

HSL color Cylindrical-coordinate representation of color #C51074: hue angle of 326.85º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51074 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 116 -
CMYK 0 0.92 0.41 0.23
HSL 326.85º 0.85% 0.42% -
HSV(B) 326.85º 0.92% 0.77% -
XYZ 26.36 13.5 17.74 -
YUV 81.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 197 16 116 0 0.92 0.41 0.23 326.85 0.85 0.42
Hex C5 10 74 0 5C 29 17 147 55 2A
Octal 305 20 164 0 134 51 27 507 125 52
Binary 11000101 10000 1110100 0 1011100 101001 10111 101000111 1010101 101010

Color Harmonies of #C51074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51074

Black with #C51074

Text Example


Text Example

White with #C51074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51074; }

 p { color: rgb(197,16,116); }

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

background-color css

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

 a { background-color: rgb(197,16,116); }

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

border-color css

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

 span { border-color: rgb(197,16,116); }

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