Html Css Color HEX #C51C6C Medium Violet Red

📋 copy color: '#C51C6C'

red 197 ◦ green 28 ◦ blue 108

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

Shades of Medium Violet Red #C51C6C

Tints of Medium Violet Red #C51C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 59.16%
G = 8.41%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C51C6C (or 0xC51C6C) is known color: Medium Violet Red. HEX triplet: C5, 1C and 6C. RGB value is (197,28,108). Sum of RGB (Red+Green+Blue) = 197+28+108=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C6C is #3AE393. Grayscale: #575757. Windows color (decimal): -3859348 or 7085253. OLE color: 7085253.

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

Color convert

RGB 197 28 108 -
CMYK 0 0.86 0.45 0.23
HSL 331.6º 0.75% 0.44% -
HSV(B) 331.6º 0.86% 0.77% -
XYZ 26.15 13.78 15.47 -
YUV 87.65 139.49 206 -
System Red Green Blue C M Y K H S L
Decimal 197 28 108 0 0.86 0.45 0.23 331.6 0.75 0.44
Hex C5 1C 6C 0 56 2D 17 14C 4B 2C
Octal 305 34 154 0 126 55 27 514 113 54
Binary 11000101 11100 1101100 0 1010110 101101 10111 101001100 1001011 101100

Color Harmonies of #C51C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C6C

Black with #C51C6C

Text Example


Text Example

White with #C51C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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