Html Css Color HEX #C51C82 Medium Violet Red

📋 copy color: '#C51C82'

red 197 ◦ green 28 ◦ blue 130

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

Shades of Medium Violet Red #C51C82

Tints of Medium Violet Red #C51C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.62%

R = 55.49%
G = 7.89%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C51C82 (or 0xC51C82) is known color: Medium Violet Red. HEX triplet: C5, 1C and 82. RGB value is (197,28,130). Sum of RGB (Red+Green+Blue) = 197+28+130=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C82 is #3AE37D. Grayscale: #595959. Windows color (decimal): -3859326 or 8527045. OLE color: 8527045.

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

Color convert

RGB 197 28 130 -
CMYK 0 0.86 0.34 0.23
HSL 323.79º 0.75% 0.44% -
HSV(B) 323.79º 0.86% 0.77% -
XYZ 27.47 14.31 22.43 -
YUV 90.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 197 28 130 0 0.86 0.34 0.23 323.79 0.75 0.44
Hex C5 1C 82 0 56 22 17 144 4B 2C
Octal 305 34 202 0 126 42 27 504 113 54
Binary 11000101 11100 10000010 0 1010110 100010 10111 101000100 1001011 101100

Color Harmonies of #C51C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C82

Black with #C51C82

Text Example


Text Example

White with #C51C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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