Html Css Color HEX #C31175 Medium Violet Red

📋 copy color: '#C31175'

red 195 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #C31175

Tints of Medium Violet Red #C31175

RGB

 RED value IS 195 (76.56% from 255) = 59.27%

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

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

R = 59.27%
G = 5.17%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C31175 (or 0xC31175) is known color: Medium Violet Red. HEX triplet: C3, 11 and 75. RGB value is (195,17,117). Sum of RGB (Red+Green+Blue) = 195+17+117=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31175 is #3CEE8A. Grayscale: #515151. Windows color (decimal): -3993227 or 7672259. OLE color: 7672259.

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

Color convert

RGB 195 17 117 -
CMYK 0 0.91 0.4 0.24
HSL 326.29º 0.84% 0.42% -
HSV(B) 326.29º 0.91% 0.76% -
XYZ 25.92 13.29 18.03 -
YUV 81.62 147.97 208.87 -
System Red Green Blue C M Y K H S L
Decimal 195 17 117 0 0.91 0.4 0.24 326.29 0.84 0.42
Hex C3 11 75 0 5B 28 18 146 54 2A
Octal 303 21 165 0 133 50 30 506 124 52
Binary 11000011 10001 1110101 0 1011011 101000 11000 101000110 1010100 101010

Color Harmonies of #C31175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31175

Black with #C31175

Text Example


Text Example

White with #C31175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31175; }

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

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

background-color css

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

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

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

border-color css

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

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

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