Html Css Color HEX #C31D9F Medium Violet Red

📋 copy color: '#C31D9F'

red 195 ◦ green 29 ◦ blue 159

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

Shades of Medium Violet Red #C31D9F

Tints of Medium Violet Red #C31D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.57%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 50.91%
G = 7.57%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C31D9F (or 0xC31D9F) is known color: Medium Violet Red. HEX triplet: C3, 1D and 9F. RGB value is (195,29,159). Sum of RGB (Red+Green+Blue) = 195+29+159=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D9F is #3CE260. Grayscale: #5D5D5D. Windows color (decimal): -3990113 or 10427843. OLE color: 10427843.

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

Color convert

RGB 195 29 159 -
CMYK 0 0.85 0.18 0.24
HSL 313.01º 0.74% 0.44% -
HSV(B) 313.01º 0.85% 0.76% -
XYZ 29.2 14.98 34.15 -
YUV 93.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 195 29 159 0 0.85 0.18 0.24 313.01 0.74 0.44
Hex C3 1D 9F 0 55 12 18 139 4A 2C
Octal 303 35 237 0 125 22 30 471 112 54
Binary 11000011 11101 10011111 0 1010101 10010 11000 100111001 1001010 101100

Color Harmonies of #C31D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D9F

Black with #C31D9F

Text Example


Text Example

White with #C31D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D9F; }

 p { color: rgb(195,29,159); }

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

background-color css

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

 a { background-color: rgb(195,29,159); }

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

border-color css

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

 span { border-color: rgb(195,29,159); }

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