Html Css Color HEX #C51775 Medium Violet Red

📋 copy color: '#C51775'

red 197 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #C51775

Tints of Medium Violet Red #C51775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 58.46%
G = 6.82%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51775 (or 0xC51775) is known color: Medium Violet Red. HEX triplet: C5, 17 and 75. RGB value is (197,23,117). Sum of RGB (Red+Green+Blue) = 197+23+117=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C51775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51775 is #3AE88A. Grayscale: #555555. Windows color (decimal): -3860619 or 7673797. OLE color: 7673797.

HSL color Cylindrical-coordinate representation of color #C51775: hue angle of 327.59º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51775 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 117 -
CMYK 0 0.88 0.41 0.23
HSL 327.59º 0.79% 0.43% -
HSV(B) 327.59º 0.88% 0.77% -
XYZ 26.54 13.77 18.09 -
YUV 85.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 197 23 117 0 0.88 0.41 0.23 327.59 0.79 0.43
Hex C5 17 75 0 58 29 17 148 4F 2B
Octal 305 27 165 0 130 51 27 510 117 53
Binary 11000101 10111 1110101 0 1011000 101001 10111 101001000 1001111 101011

Color Harmonies of #C51775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51775

Black with #C51775

Text Example


Text Example

White with #C51775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51775; }

 p { color: rgb(197,23,117); }

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

background-color css

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

 a { background-color: rgb(197,23,117); }

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

border-color css

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

 span { border-color: rgb(197,23,117); }

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