Html Css Color HEX #C31389 Medium Violet Red

📋 copy color: '#C31389'

red 195 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #C31389

Tints of Medium Violet Red #C31389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 55.56%
G = 5.41%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C31389 (or 0xC31389) is known color: Medium Violet Red. HEX triplet: C3, 13 and 89. RGB value is (195,19,137). Sum of RGB (Red+Green+Blue) = 195+19+137=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C31389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31389 is #3CEC76. Grayscale: #545454. Windows color (decimal): -3992695 or 8983491. OLE color: 8983491.

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

Color convert

RGB 195 19 137 -
CMYK 0 0.90 0.30 0.24
HSL 319.77º 0.82% 0.42% -
HSV(B) 319.77º 0.9% 0.76% -
XYZ 27.25 13.87 24.91 -
YUV 85.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 195 19 137 0 0.90 0.30 0.24 319.77 0.82 0.42
Hex C3 13 89 0 5A 1E 18 140 52 2A
Octal 303 23 211 0 132 36 30 500 122 52
Binary 11000011 10011 10001001 0 1011010 11110 11000 101000000 1010010 101010

Color Harmonies of #C31389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31389

Black with #C31389

Text Example


Text Example

White with #C31389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31389; }

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

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

background-color css

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

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

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

border-color css

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

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

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