Html Css Color HEX #C31F8F Medium Violet Red

📋 copy color: '#C31F8F'

red 195 ◦ green 31 ◦ blue 143

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

Shades of Medium Violet Red #C31F8F

Tints of Medium Violet Red #C31F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 52.85%
G = 8.4%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C31F8F (or 0xC31F8F) is known color: Medium Violet Red. HEX triplet: C3, 1F and 8F. RGB value is (195,31,143). Sum of RGB (Red+Green+Blue) = 195+31+143=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F8F is #3CE070. Grayscale: #5C5C5C. Windows color (decimal): -3989617 or 9379779. OLE color: 9379779.

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

Color convert

RGB 195 31 143 -
CMYK 0 0.84 0.27 0.24
HSL 319.02º 0.73% 0.44% -
HSV(B) 319.02º 0.84% 0.76% -
XYZ 27.95 14.57 27.32 -
YUV 92.8 156.33 200.89 -
System Red Green Blue C M Y K H S L
Decimal 195 31 143 0 0.84 0.27 0.24 319.02 0.73 0.44
Hex C3 1F 8F 0 54 1B 18 13F 49 2C
Octal 303 37 217 0 124 33 30 477 111 54
Binary 11000011 11111 10001111 0 1010100 11011 11000 100111111 1001001 101100

Color Harmonies of #C31F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F8F

Black with #C31F8F

Text Example


Text Example

White with #C31F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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