Html Css Color HEX #C51C85 Medium Violet Red

📋 copy color: '#C51C85'

red 197 ◦ green 28 ◦ blue 133

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

Shades of Medium Violet Red #C51C85

Tints of Medium Violet Red #C51C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.82%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 55.03%
G = 7.82%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C51C85 (or 0xC51C85) is known color: Medium Violet Red. HEX triplet: C5, 1C and 85. RGB value is (197,28,133). Sum of RGB (Red+Green+Blue) = 197+28+133=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C85 is #3AE37A. Grayscale: #5A5A5A. Windows color (decimal): -3859323 or 8723653. OLE color: 8723653.

HSL color Cylindrical-coordinate representation of color #C51C85: hue angle of 322.72º degrees, saturation: 0.75, 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 #C51C85 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 28 133 -
CMYK 0 0.86 0.32 0.23
HSL 322.72º 0.75% 0.44% -
HSV(B) 322.72º 0.86% 0.77% -
XYZ 27.67 14.39 23.51 -
YUV 90.5 151.99 203.96 -
System Red Green Blue C M Y K H S L
Decimal 197 28 133 0 0.86 0.32 0.23 322.72 0.75 0.44
Hex C5 1C 85 0 56 20 17 143 4B 2C
Octal 305 34 205 0 126 40 27 503 113 54
Binary 11000101 11100 10000101 0 1010110 100000 10111 101000011 1001011 101100

Color Harmonies of #C51C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C85

Black with #C51C85

Text Example


Text Example

White with #C51C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C85; }

 p { color: rgb(197,28,133); }

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

background-color css

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

 a { background-color: rgb(197,28,133); }

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

border-color css

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

 span { border-color: rgb(197,28,133); }

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