Html Css Color HEX #C31F81 Medium Violet Red

📋 copy color: '#C31F81'

red 195 ◦ green 31 ◦ blue 129

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

Shades of Medium Violet Red #C31F81

Tints of Medium Violet Red #C31F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 54.93%
G = 8.73%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C31F81 (or 0xC31F81) is known color: Medium Violet Red. HEX triplet: C3, 1F and 81. RGB value is (195,31,129). Sum of RGB (Red+Green+Blue) = 195+31+129=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F81 is #3CE07E. Grayscale: #5A5A5A. Windows color (decimal): -3989631 or 8462275. OLE color: 8462275.

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

Color convert

RGB 195 31 129 -
CMYK 0 0.84 0.34 0.24
HSL 324.15º 0.73% 0.44% -
HSV(B) 324.15º 0.84% 0.76% -
XYZ 26.96 14.17 22.08 -
YUV 91.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 195 31 129 0 0.84 0.34 0.24 324.15 0.73 0.44
Hex C3 1F 81 0 54 22 18 144 49 2C
Octal 303 37 201 0 124 42 30 504 111 54
Binary 11000011 11111 10000001 0 1010100 100010 11000 101000100 1001001 101100

Color Harmonies of #C31F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F81

Black with #C31F81

Text Example


Text Example

White with #C31F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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