Html Css Color HEX #C51383 Medium Violet Red

📋 copy color: '#C51383'

red 197 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #C51383

Tints of Medium Violet Red #C51383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

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

R = 56.77%
G = 5.48%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C51383 (or 0xC51383) is known color: Medium Violet Red. HEX triplet: C5, 13 and 83. RGB value is (197,19,131). Sum of RGB (Red+Green+Blue) = 197+19+131=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51383 is #3AEC7C. Grayscale: #545454. Windows color (decimal): -3861629 or 8590277. OLE color: 8590277.

HSL color Cylindrical-coordinate representation of color #C51383: hue angle of 322.25º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51383 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 131 -
CMYK 0 0.90 0.34 0.23
HSL 322.25º 0.82% 0.42% -
HSV(B) 322.25º 0.9% 0.77% -
XYZ 27.36 13.97 22.73 -
YUV 84.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 197 19 131 0 0.90 0.34 0.23 322.25 0.82 0.42
Hex C5 13 83 0 5A 22 17 142 52 2A
Octal 305 23 203 0 132 42 27 502 122 52
Binary 11000101 10011 10000011 0 1011010 100010 10111 101000010 1010010 101010

Color Harmonies of #C51383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51383

Black with #C51383

Text Example


Text Example

White with #C51383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51383; }

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

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

background-color css

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

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

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

border-color css

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

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

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