Html Css Color HEX #C51175 Medium Violet Red

📋 copy color: '#C51175'

red 197 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #C51175

Tints of Medium Violet Red #C51175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

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

R = 59.52%
G = 5.14%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C51175 (or 0xC51175) is known color: Medium Violet Red. HEX triplet: C5, 11 and 75. RGB value is (197,17,117). Sum of RGB (Red+Green+Blue) = 197+17+117=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51175 is #3AEE8A. Grayscale: #525252. Windows color (decimal): -3862155 or 7672261. OLE color: 7672261.

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

Color convert

RGB 197 17 117 -
CMYK 0 0.91 0.41 0.23
HSL 326.67º 0.84% 0.42% -
HSV(B) 326.67º 0.91% 0.77% -
XYZ 26.44 13.56 18.05 -
YUV 82.22 147.63 209.87 -
System Red Green Blue C M Y K H S L
Decimal 197 17 117 0 0.91 0.41 0.23 326.67 0.84 0.42
Hex C5 11 75 0 5B 29 17 147 54 2A
Octal 305 21 165 0 133 51 27 507 124 52
Binary 11000101 10001 1110101 0 1011011 101001 10111 101000111 1010100 101010

Color Harmonies of #C51175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51175

Black with #C51175

Text Example


Text Example

White with #C51175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51175; }

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

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

background-color css

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

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

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

border-color css

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

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

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