Html Css Color HEX #C51C9A Medium Violet Red

📋 copy color: '#C51C9A'

red 197 ◦ green 28 ◦ blue 154

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

Shades of Medium Violet Red #C51C9A

Tints of Medium Violet Red #C51C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 51.98%
G = 7.39%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C51C9A (or 0xC51C9A) is known color: Medium Violet Red. HEX triplet: C5, 1C and 9A. RGB value is (197,28,154). Sum of RGB (Red+Green+Blue) = 197+28+154=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C9A is #3AE365. Grayscale: #5C5C5C. Windows color (decimal): -3859302 or 10099909. OLE color: 10099909.

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

Color convert

RGB 197 28 154 -
CMYK 0 0.86 0.22 0.23
HSL 315.27º 0.75% 0.44% -
HSV(B) 315.27º 0.86% 0.77% -
XYZ 29.27 15.03 31.93 -
YUV 92.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 197 28 154 0 0.86 0.22 0.23 315.27 0.75 0.44
Hex C5 1C 9A 0 56 16 17 13B 4B 2C
Octal 305 34 232 0 126 26 27 473 113 54
Binary 11000101 11100 10011010 0 1010110 10110 10111 100111011 1001011 101100

Color Harmonies of #C51C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C9A

Black with #C51C9A

Text Example


Text Example

White with #C51C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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