Html Css Color HEX #C51FAC Medium Violet Red

📋 copy color: '#C51FAC'

red 197 ◦ green 31 ◦ blue 172

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

Shades of Medium Violet Red #C51FAC

Tints of Medium Violet Red #C51FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

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

R = 49.25%
G = 7.75%
B = 43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C51FAC (or 0xC51FAC) is known color: Medium Violet Red. HEX triplet: C5, 1F and AC. RGB value is (197,31,172). Sum of RGB (Red+Green+Blue) = 197+31+172=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FAC is #3AE053. Grayscale: #606060. Windows color (decimal): -3858516 or 11280325. OLE color: 11280325.

HSL color Cylindrical-coordinate representation of color #C51FAC: hue angle of 309.04º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FAC is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 31 172 -
CMYK 0 0.84 0.13 0.23
HSL 309.04º 0.73% 0.45% -
HSV(B) 309.04º 0.84% 0.77% -
XYZ 30.96 15.83 40.45 -
YUV 96.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 197 31 172 0 0.84 0.13 0.23 309.04 0.73 0.45
Hex C5 1F AC 0 54 D 17 135 49 2D
Octal 305 37 254 0 124 15 27 465 111 55
Binary 11000101 11111 10101100 0 1010100 1101 10111 100110101 1001001 101101

Color Harmonies of #C51FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FAC

Black with #C51FAC

Text Example


Text Example

White with #C51FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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