Html Css Color HEX #C51A92 Medium Violet Red

📋 copy color: '#C51A92'

red 197 ◦ green 26 ◦ blue 146

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

Shades of Medium Violet Red #C51A92

Tints of Medium Violet Red #C51A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.05%

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 53.39%
G = 7.05%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C51A92 (or 0xC51A92) is known color: Medium Violet Red. HEX triplet: C5, 1A and 92. RGB value is (197,26,146). Sum of RGB (Red+Green+Blue) = 197+26+146=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51A92 is #3AE56D. Grayscale: #5A5A5A. Windows color (decimal): -3859822 or 9575109. OLE color: 9575109.

HSL color Cylindrical-coordinate representation of color #C51A92: hue angle of 317.89º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51A92 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 146 -
CMYK 0 0.87 0.26 0.23
HSL 317.89º 0.77% 0.44% -
HSV(B) 317.89º 0.87% 0.77% -
XYZ 28.58 14.68 28.52 -
YUV 90.81 159.15 203.74 -
System Red Green Blue C M Y K H S L
Decimal 197 26 146 0 0.87 0.26 0.23 317.89 0.77 0.44
Hex C5 1A 92 0 57 1A 17 13E 4D 2C
Octal 305 32 222 0 127 32 27 476 115 54
Binary 11000101 11010 10010010 0 1010111 11010 10111 100111110 1001101 101100

Color Harmonies of #C51A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A92

Black with #C51A92

Text Example


Text Example

White with #C51A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A92; }

 p { color: rgb(197,26,146); }

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

background-color css

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

 a { background-color: rgb(197,26,146); }

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

border-color css

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

 span { border-color: rgb(197,26,146); }

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