Html Css Color HEX #C51F83 Medium Violet Red

📋 copy color: '#C51F83'

red 197 ◦ green 31 ◦ blue 131

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

Shades of Medium Violet Red #C51F83

Tints of Medium Violet Red #C51F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.49%

R = 54.87%
G = 8.64%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C51F83 (or 0xC51F83) is known color: Medium Violet Red. HEX triplet: C5, 1F and 83. RGB value is (197,31,131). Sum of RGB (Red+Green+Blue) = 197+31+131=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F83 is #3AE07C. Grayscale: #5B5B5B. Windows color (decimal): -3858557 or 8593349. OLE color: 8593349.

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

Color convert

RGB 197 31 131 -
CMYK 0 0.84 0.34 0.23
HSL 323.86º 0.73% 0.45% -
HSV(B) 323.86º 0.84% 0.77% -
XYZ 27.61 14.49 22.81 -
YUV 92.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 197 31 131 0 0.84 0.34 0.23 323.86 0.73 0.45
Hex C5 1F 83 0 54 22 17 144 49 2D
Octal 305 37 203 0 124 42 27 504 111 55
Binary 11000101 11111 10000011 0 1010100 100010 10111 101000100 1001001 101101

Color Harmonies of #C51F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F83

Black with #C51F83

Text Example


Text Example

White with #C51F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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