Html Css Color HEX #C31575 Medium Violet Red

📋 copy color: '#C31575'

red 195 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #C31575

Tints of Medium Violet Red #C31575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 58.56%
G = 6.31%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C31575 (or 0xC31575) is known color: Medium Violet Red. HEX triplet: C3, 15 and 75. RGB value is (195,21,117). Sum of RGB (Red+Green+Blue) = 195+21+117=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C31575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31575 is #3CEA8A. Grayscale: #535353. Windows color (decimal): -3992203 or 7673283. OLE color: 7673283.

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

Color convert

RGB 195 21 117 -
CMYK 0 0.89 0.4 0.24
HSL 326.9º 0.81% 0.42% -
HSV(B) 326.9º 0.89% 0.76% -
XYZ 25.98 13.42 18.05 -
YUV 83.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 195 21 117 0 0.89 0.4 0.24 326.9 0.81 0.42
Hex C3 15 75 0 59 28 18 147 51 2A
Octal 303 25 165 0 131 50 30 507 121 52
Binary 11000011 10101 1110101 0 1011001 101000 11000 101000111 1010001 101010

Color Harmonies of #C31575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31575

Black with #C31575

Text Example


Text Example

White with #C31575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31575; }

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

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

background-color css

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

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

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

border-color css

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

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

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