Html Css Color HEX #C51DAC Medium Violet Red

📋 copy color: '#C51DAC'

red 197 ◦ green 29 ◦ blue 172

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

Shades of Medium Violet Red #C51DAC

Tints of Medium Violet Red #C51DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 49.5%
G = 7.29%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C51DAC (or 0xC51DAC) is known color: Medium Violet Red. HEX triplet: C5, 1D and AC. RGB value is (197,29,172). Sum of RGB (Red+Green+Blue) = 197+29+172=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DAC is #3AE253. Grayscale: #5F5F5F. Windows color (decimal): -3859028 or 11279813. OLE color: 11279813.

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

Color convert

RGB 197 29 172 -
CMYK 0 0.85 0.13 0.23
HSL 308.93º 0.74% 0.44% -
HSV(B) 308.93º 0.85% 0.77% -
XYZ 30.91 15.73 40.44 -
YUV 95.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 197 29 172 0 0.85 0.13 0.23 308.93 0.74 0.44
Hex C5 1D AC 0 55 D 17 135 4A 2C
Octal 305 35 254 0 125 15 27 465 112 54
Binary 11000101 11101 10101100 0 1010101 1101 10111 100110101 1001010 101100

Color Harmonies of #C51DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DAC

Black with #C51DAC

Text Example


Text Example

White with #C51DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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