Html Css Color HEX #C51271 Medium Violet Red

📋 copy color: '#C51271'

red 197 ◦ green 18 ◦ blue 113

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

Shades of Medium Violet Red #C51271

Tints of Medium Violet Red #C51271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 60.06%
G = 5.49%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C51271 (or 0xC51271) is known color: Medium Violet Red. HEX triplet: C5, 12 and 71. RGB value is (197,18,113). Sum of RGB (Red+Green+Blue) = 197+18+113=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C51271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51271 is #3AED8E. Grayscale: #525252. Windows color (decimal): -3861903 or 7410373. OLE color: 7410373.

HSL color Cylindrical-coordinate representation of color #C51271: hue angle of 328.16º 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 #C51271 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 113 -
CMYK 0 0.91 0.43 0.23
HSL 328.16º 0.83% 0.42% -
HSV(B) 328.16º 0.91% 0.77% -
XYZ 26.22 13.5 16.85 -
YUV 82.35 145.3 209.78 -
System Red Green Blue C M Y K H S L
Decimal 197 18 113 0 0.91 0.43 0.23 328.16 0.83 0.42
Hex C5 12 71 0 5B 2B 17 148 53 2A
Octal 305 22 161 0 133 53 27 510 123 52
Binary 11000101 10010 1110001 0 1011011 101011 10111 101001000 1010011 101010

Color Harmonies of #C51271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51271

Black with #C51271

Text Example


Text Example

White with #C51271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51271; }

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

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

background-color css

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

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

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

border-color css

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

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

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