Html Css Color HEX #C31A74 Medium Violet Red

📋 copy color: '#C31A74'

red 195 ◦ green 26 ◦ blue 116

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

Shades of Medium Violet Red #C31A74

Tints of Medium Violet Red #C31A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 57.86%
G = 7.72%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C31A74 (or 0xC31A74) is known color: Medium Violet Red. HEX triplet: C3, 1A and 74. RGB value is (195,26,116). Sum of RGB (Red+Green+Blue) = 195+26+116=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A74 is #3CE58B. Grayscale: #565656. Windows color (decimal): -3990924 or 7609027. OLE color: 7609027.

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

Color convert

RGB 195 26 116 -
CMYK 0 0.87 0.41 0.24
HSL 328.05º 0.76% 0.43% -
HSV(B) 328.05º 0.87% 0.76% -
XYZ 26.03 13.6 17.78 -
YUV 86.79 144.49 205.18 -
System Red Green Blue C M Y K H S L
Decimal 195 26 116 0 0.87 0.41 0.24 328.05 0.76 0.43
Hex C3 1A 74 0 57 29 18 148 4C 2B
Octal 303 32 164 0 127 51 30 510 114 53
Binary 11000011 11010 1110100 0 1010111 101001 11000 101001000 1001100 101011

Color Harmonies of #C31A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A74

Black with #C31A74

Text Example


Text Example

White with #C31A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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