Html Css Color HEX #C31F96 Medium Violet Red

📋 copy color: '#C31F96'

red 195 ◦ green 31 ◦ blue 150

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

Shades of Medium Violet Red #C31F96

Tints of Medium Violet Red #C31F96

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.24%

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 51.86%
G = 8.24%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C31F96 (or 0xC31F96) is known color: Medium Violet Red. HEX triplet: C3, 1F and 96. RGB value is (195,31,150). Sum of RGB (Red+Green+Blue) = 195+31+150=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F96 is #3CE069. Grayscale: #5D5D5D. Windows color (decimal): -3989610 or 9838531. OLE color: 9838531.

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

Color convert

RGB 195 31 150 -
CMYK 0 0.84 0.23 0.24
HSL 316.46º 0.73% 0.44% -
HSV(B) 316.46º 0.84% 0.76% -
XYZ 28.5 14.78 30.21 -
YUV 93.6 159.83 200.32 -
System Red Green Blue C M Y K H S L
Decimal 195 31 150 0 0.84 0.23 0.24 316.46 0.73 0.44
Hex C3 1F 96 0 54 17 18 13C 49 2C
Octal 303 37 226 0 124 27 30 474 111 54
Binary 11000011 11111 10010110 0 1010100 10111 11000 100111100 1001001 101100

Color Harmonies of #C31F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F96

Black with #C31F96

Text Example


Text Example

White with #C31F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F96; }

 p { color: rgb(195,31,150); }

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

background-color css

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

 a { background-color: rgb(195,31,150); }

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

border-color css

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

 span { border-color: rgb(195,31,150); }

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