Html Css Color HEX #C31F6D Medium Violet Red

📋 copy color: '#C31F6D'

red 195 ◦ green 31 ◦ blue 109

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

Shades of Medium Violet Red #C31F6D

Tints of Medium Violet Red #C31F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.54%

R = 58.21%
G = 9.25%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C31F6D (or 0xC31F6D) is known color: Medium Violet Red. HEX triplet: C3, 1F and 6D. RGB value is (195,31,109). Sum of RGB (Red+Green+Blue) = 195+31+109=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F6D is #3CE092. Grayscale: #585858. Windows color (decimal): -3989651 or 7151555. OLE color: 7151555.

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

Color convert

RGB 195 31 109 -
CMYK 0 0.84 0.44 0.24
HSL 331.46º 0.73% 0.44% -
HSV(B) 331.46º 0.84% 0.76% -
XYZ 25.76 13.69 15.75 -
YUV 88.93 139.33 203.66 -
System Red Green Blue C M Y K H S L
Decimal 195 31 109 0 0.84 0.44 0.24 331.46 0.73 0.44
Hex C3 1F 6D 0 54 2C 18 14B 49 2C
Octal 303 37 155 0 124 54 30 513 111 54
Binary 11000011 11111 1101101 0 1010100 101100 11000 101001011 1001001 101100

Color Harmonies of #C31F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F6D

Black with #C31F6D

Text Example


Text Example

White with #C31F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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