Html Css Color HEX #C31473 Medium Violet Red

📋 copy color: '#C31473'

red 195 ◦ green 20 ◦ blue 115

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

Shades of Medium Violet Red #C31473

Tints of Medium Violet Red #C31473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 59.09%
G = 6.06%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31473 (or 0xC31473) is known color: Medium Violet Red. HEX triplet: C3, 14 and 73. RGB value is (195,20,115). Sum of RGB (Red+Green+Blue) = 195+20+115=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C31473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31473 is #3CEB8C. Grayscale: #525252. Windows color (decimal): -3992461 or 7541955. OLE color: 7541955.

HSL color Cylindrical-coordinate representation of color #C31473: hue angle of 327.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31473 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 115 -
CMYK 0 0.90 0.41 0.24
HSL 327.43º 0.81% 0.42% -
HSV(B) 327.43º 0.9% 0.76% -
XYZ 25.85 13.34 17.43 -
YUV 83.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 195 20 115 0 0.90 0.41 0.24 327.43 0.81 0.42
Hex C3 14 73 0 5A 29 18 147 51 2A
Octal 303 24 163 0 132 51 30 507 121 52
Binary 11000011 10100 1110011 0 1011010 101001 11000 101000111 1010001 101010

Color Harmonies of #C31473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31473

Black with #C31473

Text Example


Text Example

White with #C31473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31473; }

 p { color: rgb(195,20,115); }

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

background-color css

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

 a { background-color: rgb(195,20,115); }

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

border-color css

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

 span { border-color: rgb(195,20,115); }

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