Html Css Color HEX #C51C9D Medium Violet Red

📋 copy color: '#C51C9D'

red 197 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #C51C9D

Tints of Medium Violet Red #C51C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 51.57%
G = 7.33%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C51C9D (or 0xC51C9D) is known color: Medium Violet Red. HEX triplet: C5, 1C and 9D. RGB value is (197,28,157). Sum of RGB (Red+Green+Blue) = 197+28+157=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C9D is #3AE362. Grayscale: #5C5C5C. Windows color (decimal): -3859299 or 10296517. OLE color: 10296517.

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

Color convert

RGB 197 28 157 -
CMYK 0 0.86 0.20 0.23
HSL 314.2º 0.75% 0.44% -
HSV(B) 314.2º 0.86% 0.77% -
XYZ 29.53 15.14 33.26 -
YUV 93.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 197 28 157 0 0.86 0.20 0.23 314.2 0.75 0.44
Hex C5 1C 9D 0 56 14 17 13A 4B 2C
Octal 305 34 235 0 126 24 27 472 113 54
Binary 11000101 11100 10011101 0 1010110 10100 10111 100111010 1001011 101100

Color Harmonies of #C51C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C9D

Black with #C51C9D

Text Example


Text Example

White with #C51C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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