Html Css Color HEX #C31995 Medium Violet Red

📋 copy color: '#C31995'

red 195 ◦ green 25 ◦ blue 149

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

Shades of Medium Violet Red #C31995

Tints of Medium Violet Red #C31995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.78%

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

R = 52.85%
G = 6.78%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31995 (or 0xC31995) is known color: Medium Violet Red. HEX triplet: C3, 19 and 95. RGB value is (195,25,149). Sum of RGB (Red+Green+Blue) = 195+25+149=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C31995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31995 is #3CE66A. Grayscale: #595959. Windows color (decimal): -3991147 or 9771459. OLE color: 9771459.

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

Color convert

RGB 195 25 149 -
CMYK 0 0.87 0.24 0.24
HSL 316.24º 0.77% 0.43% -
HSV(B) 316.24º 0.87% 0.76% -
XYZ 28.28 14.47 29.74 -
YUV 89.97 161.32 202.92 -
System Red Green Blue C M Y K H S L
Decimal 195 25 149 0 0.87 0.24 0.24 316.24 0.77 0.43
Hex C3 19 95 0 57 18 18 13C 4D 2B
Octal 303 31 225 0 127 30 30 474 115 53
Binary 11000011 11001 10010101 0 1010111 11000 11000 100111100 1001101 101011

Color Harmonies of #C31995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31995

Black with #C31995

Text Example


Text Example

White with #C31995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31995; }

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

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

background-color css

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

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

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

border-color css

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

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

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