Html Css Color HEX #C51B6F Medium Violet Red

📋 copy color: '#C51B6F'

red 197 ◦ green 27 ◦ blue 111

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

Shades of Medium Violet Red #C51B6F

Tints of Medium Violet Red #C51B6F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 58.81%
G = 8.06%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C51B6F (or 0xC51B6F) is known color: Medium Violet Red. HEX triplet: C5, 1B and 6F. RGB value is (197,27,111). Sum of RGB (Red+Green+Blue) = 197+27+111=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B6F is #3AE490. Grayscale: #575757. Windows color (decimal): -3859601 or 7281605. OLE color: 7281605.

HSL color Cylindrical-coordinate representation of color #C51B6F: hue angle of 330.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B6F is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 111 -
CMYK 0 0.86 0.44 0.23
HSL 330.35º 0.76% 0.44% -
HSV(B) 330.35º 0.86% 0.77% -
XYZ 26.29 13.8 16.32 -
YUV 87.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 197 27 111 0 0.86 0.44 0.23 330.35 0.76 0.44
Hex C5 1B 6F 0 56 2C 17 14A 4C 2C
Octal 305 33 157 0 126 54 27 512 114 54
Binary 11000101 11011 1101111 0 1010110 101100 10111 101001010 1001100 101100

Color Harmonies of #C51B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B6F

Black with #C51B6F

Text Example


Text Example

White with #C51B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B6F; }

 p { color: rgb(197,27,111); }

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

background-color css

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

 a { background-color: rgb(197,27,111); }

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

border-color css

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

 span { border-color: rgb(197,27,111); }

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