Html Css Color HEX #C31993 Medium Violet Red

📋 copy color: '#C31993'

red 195 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #C31993

Tints of Medium Violet Red #C31993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.81%

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 53.13%
G = 6.81%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31993 (or 0xC31993) is known color: Medium Violet Red. HEX triplet: C3, 19 and 93. RGB value is (195,25,147). Sum of RGB (Red+Green+Blue) = 195+25+147=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C31993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31993 is #3CE66C. Grayscale: #595959. Windows color (decimal): -3991149 or 9640387. OLE color: 9640387.

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

Color convert

RGB 195 25 147 -
CMYK 0 0.87 0.25 0.24
HSL 316.94º 0.77% 0.43% -
HSV(B) 316.94º 0.87% 0.76% -
XYZ 28.12 14.4 28.9 -
YUV 89.74 160.32 203.08 -
System Red Green Blue C M Y K H S L
Decimal 195 25 147 0 0.87 0.25 0.24 316.94 0.77 0.43
Hex C3 19 93 0 57 19 18 13D 4D 2B
Octal 303 31 223 0 127 31 30 475 115 53
Binary 11000011 11001 10010011 0 1010111 11001 11000 100111101 1001101 101011

Color Harmonies of #C31993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31993

Black with #C31993

Text Example


Text Example

White with #C31993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31993; }

 p { color: rgb(195,25,147); }

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

background-color css

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

 a { background-color: rgb(195,25,147); }

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

border-color css

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

 span { border-color: rgb(195,25,147); }

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