Html Css Color HEX #C51279 Medium Violet Red

📋 copy color: '#C51279'

red 197 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #C51279

Tints of Medium Violet Red #C51279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.36%

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

R = 58.63%
G = 5.36%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C51279 (or 0xC51279) is known color: Medium Violet Red. HEX triplet: C5, 12 and 79. RGB value is (197,18,121). Sum of RGB (Red+Green+Blue) = 197+18+121=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C51279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51279 is #3AED86. Grayscale: #535353. Windows color (decimal): -3861895 or 7934661. OLE color: 7934661.

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

Color convert

RGB 197 18 121 -
CMYK 0 0.91 0.39 0.23
HSL 325.47º 0.83% 0.42% -
HSV(B) 325.47º 0.91% 0.77% -
XYZ 26.69 13.68 19.32 -
YUV 83.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 197 18 121 0 0.91 0.39 0.23 325.47 0.83 0.42
Hex C5 12 79 0 5B 27 17 145 53 2A
Octal 305 22 171 0 133 47 27 505 123 52
Binary 11000101 10010 1111001 0 1011011 100111 10111 101000101 1010011 101010

Color Harmonies of #C51279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51279

Black with #C51279

Text Example


Text Example

White with #C51279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51279; }

 p { color: rgb(197,18,121); }

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

background-color css

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

 a { background-color: rgb(197,18,121); }

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

border-color css

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

 span { border-color: rgb(197,18,121); }

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