Html Css Color HEX #C51475 Medium Violet Red

📋 copy color: '#C51475'

red 197 ◦ green 20 ◦ blue 117

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

Shades of Medium Violet Red #C51475

Tints of Medium Violet Red #C51475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

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

R = 58.98%
G = 5.99%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51475 (or 0xC51475) is known color: Medium Violet Red. HEX triplet: C5, 14 and 75. RGB value is (197,20,117). Sum of RGB (Red+Green+Blue) = 197+20+117=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51475 is #3AEB8A. Grayscale: #535353. Windows color (decimal): -3861387 or 7673029. OLE color: 7673029.

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

Color convert

RGB 197 20 117 -
CMYK 0 0.90 0.41 0.23
HSL 327.12º 0.82% 0.43% -
HSV(B) 327.12º 0.9% 0.77% -
XYZ 26.49 13.65 18.07 -
YUV 83.98 146.64 208.61 -
System Red Green Blue C M Y K H S L
Decimal 197 20 117 0 0.90 0.41 0.23 327.12 0.82 0.43
Hex C5 14 75 0 5A 29 17 147 52 2B
Octal 305 24 165 0 132 51 27 507 122 53
Binary 11000101 10100 1110101 0 1011010 101001 10111 101000111 1010010 101011

Color Harmonies of #C51475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51475

Black with #C51475

Text Example


Text Example

White with #C51475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51475; }

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

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

background-color css

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

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

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

border-color css

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

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

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