Html Css Color HEX #C31394 Medium Violet Red

📋 copy color: '#C31394'

red 195 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #C31394

Tints of Medium Violet Red #C31394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.25%

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 53.87%
G = 5.25%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31394 (or 0xC31394) is known color: Medium Violet Red. HEX triplet: C3, 13 and 94. RGB value is (195,19,148). Sum of RGB (Red+Green+Blue) = 195+19+148=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C31394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31394 is #3CEC6B. Grayscale: #555555. Windows color (decimal): -3992684 or 9704387. OLE color: 9704387.

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

Color convert

RGB 195 19 148 -
CMYK 0 0.90 0.24 0.24
HSL 316.02º 0.82% 0.42% -
HSV(B) 316.02º 0.9% 0.76% -
XYZ 28.08 14.21 29.28 -
YUV 86.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 195 19 148 0 0.90 0.24 0.24 316.02 0.82 0.42
Hex C3 13 94 0 5A 18 18 13C 52 2A
Octal 303 23 224 0 132 30 30 474 122 52
Binary 11000011 10011 10010100 0 1011010 11000 11000 100111100 1010010 101010

Color Harmonies of #C31394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31394

Black with #C31394

Text Example


Text Example

White with #C31394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31394; }

 p { color: rgb(195,19,148); }

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

background-color css

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

 a { background-color: rgb(195,19,148); }

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

border-color css

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

 span { border-color: rgb(195,19,148); }

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