Html Css Color HEX #C31F86 Medium Violet Red

📋 copy color: '#C31F86'

red 195 ◦ green 31 ◦ blue 134

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

Shades of Medium Violet Red #C31F86

Tints of Medium Violet Red #C31F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 54.17%
G = 8.61%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C31F86 (or 0xC31F86) is known color: Medium Violet Red. HEX triplet: C3, 1F and 86. RGB value is (195,31,134). Sum of RGB (Red+Green+Blue) = 195+31+134=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31F86 is #3CE079. Grayscale: #5B5B5B. Windows color (decimal): -3989626 or 8789955. OLE color: 8789955.

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

Color convert

RGB 195 31 134 -
CMYK 0 0.84 0.31 0.24
HSL 322.32º 0.73% 0.44% -
HSV(B) 322.32º 0.84% 0.76% -
XYZ 27.3 14.3 23.88 -
YUV 91.78 151.83 201.62 -
System Red Green Blue C M Y K H S L
Decimal 195 31 134 0 0.84 0.31 0.24 322.32 0.73 0.44
Hex C3 1F 86 0 54 1F 18 142 49 2C
Octal 303 37 206 0 124 37 30 502 111 54
Binary 11000011 11111 10000110 0 1010100 11111 11000 101000010 1001001 101100

Color Harmonies of #C31F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F86

Black with #C31F86

Text Example


Text Example

White with #C31F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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