Html Css Color HEX #C31FA7 Medium Violet Red

📋 copy color: '#C31FA7'

red 195 ◦ green 31 ◦ blue 167

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

Shades of Medium Violet Red #C31FA7

Tints of Medium Violet Red #C31FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 49.62%
G = 7.89%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C31FA7 (or 0xC31FA7) is known color: Medium Violet Red. HEX triplet: C3, 1F and A7. RGB value is (195,31,167). Sum of RGB (Red+Green+Blue) = 195+31+167=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C31FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31FA7 is #3CE058. Grayscale: #5F5F5F. Windows color (decimal): -3989593 or 10952643. OLE color: 10952643.

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

Color convert

RGB 195 31 167 -
CMYK 0 0.84 0.14 0.24
HSL 310.24º 0.73% 0.44% -
HSV(B) 310.24º 0.84% 0.76% -
XYZ 29.97 15.37 37.95 -
YUV 95.54 168.33 198.94 -
System Red Green Blue C M Y K H S L
Decimal 195 31 167 0 0.84 0.14 0.24 310.24 0.73 0.44
Hex C3 1F A7 0 54 E 18 136 49 2C
Octal 303 37 247 0 124 16 30 466 111 54
Binary 11000011 11111 10100111 0 1010100 1110 11000 100110110 1001001 101100

Color Harmonies of #C31FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FA7

Black with #C31FA7

Text Example


Text Example

White with #C31FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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