Html Css Color HEX #C31190 Medium Violet Red

📋 copy color: '#C31190'

red 195 ◦ green 17 ◦ blue 144

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

Shades of Medium Violet Red #C31190

Tints of Medium Violet Red #C31190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 54.78%
G = 4.78%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C31190 (or 0xC31190) is known color: Medium Violet Red. HEX triplet: C3, 11 and 90. RGB value is (195,17,144). Sum of RGB (Red+Green+Blue) = 195+17+144=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C31190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31190 is #3CEE6F. Grayscale: #545454. Windows color (decimal): -3993200 or 9441731. OLE color: 9441731.

HSL color Cylindrical-coordinate representation of color #C31190: hue angle of 317.19º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31190 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 144 -
CMYK 0 0.91 0.26 0.24
HSL 317.19º 0.84% 0.42% -
HSV(B) 317.19º 0.91% 0.76% -
XYZ 27.74 14.02 27.63 -
YUV 84.7 161.47 206.67 -
System Red Green Blue C M Y K H S L
Decimal 195 17 144 0 0.91 0.26 0.24 317.19 0.84 0.42
Hex C3 11 90 0 5B 1A 18 13D 54 2A
Octal 303 21 220 0 133 32 30 475 124 52
Binary 11000011 10001 10010000 0 1011011 11010 11000 100111101 1010100 101010

Color Harmonies of #C31190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31190

Black with #C31190

Text Example


Text Example

White with #C31190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31190; }

 p { color: rgb(195,17,144); }

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

background-color css

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

 a { background-color: rgb(195,17,144); }

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

border-color css

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

 span { border-color: rgb(195,17,144); }

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