Html Css Color HEX #C51DA9 Medium Violet Red

📋 copy color: '#C51DA9'

red 197 ◦ green 29 ◦ blue 169

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

Shades of Medium Violet Red #C51DA9

Tints of Medium Violet Red #C51DA9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

 BLUE value IS 169 (66.41% from 255) = 42.78%

R = 49.87%
G = 7.34%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C51DA9 (or 0xC51DA9) is known color: Medium Violet Red. HEX triplet: C5, 1D and A9. RGB value is (197,29,169). Sum of RGB (Red+Green+Blue) = 197+29+169=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DA9 is #3AE256. Grayscale: #5E5E5E. Windows color (decimal): -3859031 or 11083205. OLE color: 11083205.

HSL color Cylindrical-coordinate representation of color #C51DA9: hue angle of 310º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51DA9 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 29 169 -
CMYK 0 0.85 0.14 0.23
HSL 310º 0.74% 0.44% -
HSV(B) 310º 0.85% 0.77% -
XYZ 30.63 15.61 38.94 -
YUV 95.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 197 29 169 0 0.85 0.14 0.23 310 0.74 0.44
Hex C5 1D A9 0 55 E 17 136 4A 2C
Octal 305 35 251 0 125 16 27 466 112 54
Binary 11000101 11101 10101001 0 1010101 1110 10111 100110110 1001010 101100

Color Harmonies of #C51DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DA9

Black with #C51DA9

Text Example


Text Example

White with #C51DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DA9; }

 p { color: rgb(197,29,169); }

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

background-color css

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

 a { background-color: rgb(197,29,169); }

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

border-color css

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

 span { border-color: rgb(197,29,169); }

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