Html Css Color HEX #C51F93 Medium Violet Red

📋 copy color: '#C51F93'

red 197 ◦ green 31 ◦ blue 147

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

Shades of Medium Violet Red #C51F93

Tints of Medium Violet Red #C51F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.2%

R = 52.53%
G = 8.27%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C51F93 (or 0xC51F93) is known color: Medium Violet Red. HEX triplet: C5, 1F and 93. RGB value is (197,31,147). Sum of RGB (Red+Green+Blue) = 197+31+147=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F93 is #3AE06C. Grayscale: #5D5D5D. Windows color (decimal): -3858541 or 9641925. OLE color: 9641925.

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

Color convert

RGB 197 31 147 -
CMYK 0 0.84 0.25 0.23
HSL 318.07º 0.73% 0.45% -
HSV(B) 318.07º 0.84% 0.77% -
XYZ 28.78 14.96 28.97 -
YUV 93.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 197 31 147 0 0.84 0.25 0.23 318.07 0.73 0.45
Hex C5 1F 93 0 54 19 17 13E 49 2D
Octal 305 37 223 0 124 31 27 476 111 55
Binary 11000101 11111 10010011 0 1010100 11001 10111 100111110 1001001 101101

Color Harmonies of #C51F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F93

Black with #C51F93

Text Example


Text Example

White with #C51F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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