Html Css Color HEX #C31F94 Medium Violet Red

📋 copy color: '#C31F94'

red 195 ◦ green 31 ◦ blue 148

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

Shades of Medium Violet Red #C31F94

Tints of Medium Violet Red #C31F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 52.14%
G = 8.29%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31F94 (or 0xC31F94) is known color: Medium Violet Red. HEX triplet: C3, 1F and 94. RGB value is (195,31,148). Sum of RGB (Red+Green+Blue) = 195+31+148=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F94 is #3CE06B. Grayscale: #5D5D5D. Windows color (decimal): -3989612 or 9707459. OLE color: 9707459.

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

Color convert

RGB 195 31 148 -
CMYK 0 0.84 0.24 0.24
HSL 317.2º 0.73% 0.44% -
HSV(B) 317.2º 0.84% 0.76% -
XYZ 28.34 14.72 29.36 -
YUV 93.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 195 31 148 0 0.84 0.24 0.24 317.2 0.73 0.44
Hex C3 1F 94 0 54 18 18 13D 49 2C
Octal 303 37 224 0 124 30 30 475 111 54
Binary 11000011 11111 10010100 0 1010100 11000 11000 100111101 1001001 101100

Color Harmonies of #C31F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F94

Black with #C31F94

Text Example


Text Example

White with #C31F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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