Html Css Color HEX #C51674 Medium Violet Red

📋 copy color: '#C51674'

red 197 ◦ green 22 ◦ blue 116

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

Shades of Medium Violet Red #C51674

Tints of Medium Violet Red #C51674

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

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

R = 58.81%
G = 6.57%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51674 (or 0xC51674) is known color: Medium Violet Red. HEX triplet: C5, 16 and 74. RGB value is (197,22,116). Sum of RGB (Red+Green+Blue) = 197+22+116=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51674 is #3AE98B. Grayscale: #545454. Windows color (decimal): -3860876 or 7608005. OLE color: 7608005.

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

Color convert

RGB 197 22 116 -
CMYK 0 0.89 0.41 0.23
HSL 327.77º 0.8% 0.43% -
HSV(B) 327.77º 0.89% 0.77% -
XYZ 26.47 13.71 17.77 -
YUV 85.04 145.48 207.86 -
System Red Green Blue C M Y K H S L
Decimal 197 22 116 0 0.89 0.41 0.23 327.77 0.8 0.43
Hex C5 16 74 0 59 29 17 148 50 2B
Octal 305 26 164 0 131 51 27 510 120 53
Binary 11000101 10110 1110100 0 1011001 101001 10111 101001000 1010000 101011

Color Harmonies of #C51674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51674

Black with #C51674

Text Example


Text Example

White with #C51674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51674; }

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

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

background-color css

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

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

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

border-color css

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

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

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