Html Css Color HEX #C31193 Medium Violet Red

📋 copy color: '#C31193'

red 195 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #C31193

Tints of Medium Violet Red #C31193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.95%

R = 54.32%
G = 4.74%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31193 (or 0xC31193) is known color: Medium Violet Red. HEX triplet: C3, 11 and 93. RGB value is (195,17,147). Sum of RGB (Red+Green+Blue) = 195+17+147=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C31193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31193 is #3CEE6C. Grayscale: #545454. Windows color (decimal): -3993197 or 9638339. OLE color: 9638339.

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

Color convert

RGB 195 17 147 -
CMYK 0 0.91 0.25 0.24
HSL 316.18º 0.84% 0.42% -
HSV(B) 316.18º 0.91% 0.76% -
XYZ 27.97 14.11 28.85 -
YUV 85.04 162.97 206.43 -
System Red Green Blue C M Y K H S L
Decimal 195 17 147 0 0.91 0.25 0.24 316.18 0.84 0.42
Hex C3 11 93 0 5B 19 18 13C 54 2A
Octal 303 21 223 0 133 31 30 474 124 52
Binary 11000011 10001 10010011 0 1011011 11001 11000 100111100 1010100 101010

Color Harmonies of #C31193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31193

Black with #C31193

Text Example


Text Example

White with #C31193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31193; }

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

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

background-color css

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

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

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

border-color css

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

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

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