Html Css Color HEX #C31195 Medium Violet Red

📋 copy color: '#C31195'

red 195 ◦ green 17 ◦ blue 149

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

Shades of Medium Violet Red #C31195

Tints of Medium Violet Red #C31195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 54.02%
G = 4.71%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31195 (or 0xC31195) is known color: Medium Violet Red. HEX triplet: C3, 11 and 95. RGB value is (195,17,149). Sum of RGB (Red+Green+Blue) = 195+17+149=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C31195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31195 is #3CEE6A. Grayscale: #545454. Windows color (decimal): -3993195 or 9769411. OLE color: 9769411.

HSL color Cylindrical-coordinate representation of color #C31195: hue angle of 315.51º 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 #C31195 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 149 -
CMYK 0 0.91 0.24 0.24
HSL 315.51º 0.84% 0.42% -
HSV(B) 315.51º 0.91% 0.76% -
XYZ 28.13 14.17 29.69 -
YUV 85.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 195 17 149 0 0.91 0.24 0.24 315.51 0.84 0.42
Hex C3 11 95 0 5B 18 18 13C 54 2A
Octal 303 21 225 0 133 30 30 474 124 52
Binary 11000011 10001 10010101 0 1011011 11000 11000 100111100 1010100 101010

Color Harmonies of #C31195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31195

Black with #C31195

Text Example


Text Example

White with #C31195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31195; }

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

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

background-color css

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

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

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

border-color css

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

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

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