Html Css Color HEX #C31A8F Medium Violet Red

📋 copy color: '#C31A8F'

red 195 ◦ green 26 ◦ blue 143

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

Shades of Medium Violet Red #C31A8F

Tints of Medium Violet Red #C31A8F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

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

R = 53.57%
G = 7.14%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C31A8F (or 0xC31A8F) is known color: Medium Violet Red. HEX triplet: C3, 1A and 8F. RGB value is (195,26,143). Sum of RGB (Red+Green+Blue) = 195+26+143=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A8F is #3CE570. Grayscale: #595959. Windows color (decimal): -3990897 or 9378499. OLE color: 9378499.

HSL color Cylindrical-coordinate representation of color #C31A8F: hue angle of 318.46º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A8F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 143 -
CMYK 0 0.87 0.27 0.24
HSL 318.46º 0.76% 0.43% -
HSV(B) 318.46º 0.87% 0.76% -
XYZ 27.83 14.32 27.28 -
YUV 89.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 195 26 143 0 0.87 0.27 0.24 318.46 0.76 0.43
Hex C3 1A 8F 0 57 1B 18 13E 4C 2B
Octal 303 32 217 0 127 33 30 476 114 53
Binary 11000011 11010 10001111 0 1010111 11011 11000 100111110 1001100 101011

Color Harmonies of #C31A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A8F

Black with #C31A8F

Text Example


Text Example

White with #C31A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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