Html Css Color HEX #C31C95 Medium Violet Red

📋 copy color: '#C31C95'

red 195 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #C31C95

Tints of Medium Violet Red #C31C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.53%

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

R = 52.42%
G = 7.53%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31C95 (or 0xC31C95) is known color: Medium Violet Red. HEX triplet: C3, 1C and 95. RGB value is (195,28,149). Sum of RGB (Red+Green+Blue) = 195+28+149=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C95 is #3CE36A. Grayscale: #5B5B5B. Windows color (decimal): -3990379 or 9772227. OLE color: 9772227.

HSL color Cylindrical-coordinate representation of color #C31C95: hue angle of 316.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C95 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 149 -
CMYK 0 0.86 0.24 0.24
HSL 316.53º 0.75% 0.44% -
HSV(B) 316.53º 0.86% 0.76% -
XYZ 28.35 14.6 29.76 -
YUV 91.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 195 28 149 0 0.86 0.24 0.24 316.53 0.75 0.44
Hex C3 1C 95 0 56 18 18 13D 4B 2C
Octal 303 34 225 0 126 30 30 475 113 54
Binary 11000011 11100 10010101 0 1010110 11000 11000 100111101 1001011 101100

Color Harmonies of #C31C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C95

Black with #C31C95

Text Example


Text Example

White with #C31C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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