Html Css Color HEX #C51F84 Medium Violet Red

📋 copy color: '#C51F84'

red 197 ◦ green 31 ◦ blue 132

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

Shades of Medium Violet Red #C51F84

Tints of Medium Violet Red #C51F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 54.72%
G = 8.61%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C51F84 (or 0xC51F84) is known color: Medium Violet Red. HEX triplet: C5, 1F and 84. RGB value is (197,31,132). Sum of RGB (Red+Green+Blue) = 197+31+132=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F84 is #3AE07B. Grayscale: #5B5B5B. Windows color (decimal): -3858556 or 8658885. OLE color: 8658885.

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

Color convert

RGB 197 31 132 -
CMYK 0 0.84 0.33 0.23
HSL 323.49º 0.73% 0.45% -
HSV(B) 323.49º 0.84% 0.77% -
XYZ 27.68 14.52 23.17 -
YUV 92.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 197 31 132 0 0.84 0.33 0.23 323.49 0.73 0.45
Hex C5 1F 84 0 54 21 17 143 49 2D
Octal 305 37 204 0 124 41 27 503 111 55
Binary 11000101 11111 10000100 0 1010100 100001 10111 101000011 1001001 101101

Color Harmonies of #C51F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F84

Black with #C51F84

Text Example


Text Example

White with #C51F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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