Html Css Color HEX #C51F9F Medium Violet Red

📋 copy color: '#C51F9F'

red 197 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #C51F9F

Tints of Medium Violet Red #C51F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 50.9%
G = 8.01%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C51F9F (or 0xC51F9F) is known color: Medium Violet Red. HEX triplet: C5, 1F and 9F. RGB value is (197,31,159). Sum of RGB (Red+Green+Blue) = 197+31+159=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F9F is #3AE060. Grayscale: #5E5E5E. Windows color (decimal): -3858529 or 10428357. OLE color: 10428357.

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

Color convert

RGB 197 31 159 -
CMYK 0 0.84 0.19 0.23
HSL 313.73º 0.73% 0.45% -
HSV(B) 313.73º 0.84% 0.77% -
XYZ 29.77 15.35 34.2 -
YUV 95.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 197 31 159 0 0.84 0.19 0.23 313.73 0.73 0.45
Hex C5 1F 9F 0 54 13 17 13A 49 2D
Octal 305 37 237 0 124 23 27 472 111 55
Binary 11000101 11111 10011111 0 1010100 10011 10111 100111010 1001001 101101

Color Harmonies of #C51F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F9F

Black with #C51F9F

Text Example


Text Example

White with #C51F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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