Html Css Color HEX #C31F74 Medium Violet Red

📋 copy color: '#C31F74'

red 195 ◦ green 31 ◦ blue 116

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

Shades of Medium Violet Red #C31F74

Tints of Medium Violet Red #C31F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 57.02%
G = 9.06%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31F74 (or 0xC31F74) is known color: Medium Violet Red. HEX triplet: C3, 1F and 74. RGB value is (195,31,116). Sum of RGB (Red+Green+Blue) = 195+31+116=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F74 is #3CE08B. Grayscale: #595959. Windows color (decimal): -3989644 or 7610307. OLE color: 7610307.

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

Color convert

RGB 195 31 116 -
CMYK 0 0.84 0.41 0.24
HSL 328.9º 0.73% 0.44% -
HSV(B) 328.9º 0.84% 0.76% -
XYZ 26.15 13.84 17.82 -
YUV 89.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 195 31 116 0 0.84 0.41 0.24 328.9 0.73 0.44
Hex C3 1F 74 0 54 29 18 149 49 2C
Octal 303 37 164 0 124 51 30 511 111 54
Binary 11000011 11111 1110100 0 1010100 101001 11000 101001001 1001001 101100

Color Harmonies of #C31F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F74

Black with #C31F74

Text Example


Text Example

White with #C31F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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