Html Css Color HEX #C31091 Medium Violet Red

📋 copy color: '#C31091'

red 195 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #C31091

Tints of Medium Violet Red #C31091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.49%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 54.78%
G = 4.49%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C31091 (or 0xC31091) is known color: Medium Violet Red. HEX triplet: C3, 10 and 91. RGB value is (195,16,145). Sum of RGB (Red+Green+Blue) = 195+16+145=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C31091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31091 is #3CEF6E. Grayscale: #535353. Windows color (decimal): -3993455 or 9507011. OLE color: 9507011.

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

Color convert

RGB 195 16 145 -
CMYK 0 0.92 0.26 0.24
HSL 316.76º 0.85% 0.41% -
HSV(B) 316.76º 0.92% 0.76% -
XYZ 27.8 14.02 28.03 -
YUV 84.23 162.3 207.01 -
System Red Green Blue C M Y K H S L
Decimal 195 16 145 0 0.92 0.26 0.24 316.76 0.85 0.41
Hex C3 10 91 0 5C 1A 18 13D 55 29
Octal 303 20 221 0 134 32 30 475 125 51
Binary 11000011 10000 10010001 0 1011100 11010 11000 100111101 1010101 101001

Color Harmonies of #C31091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31091

Black with #C31091

Text Example


Text Example

White with #C31091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31091; }

 p { color: rgb(195,16,145); }

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

background-color css

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

 a { background-color: rgb(195,16,145); }

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

border-color css

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

 span { border-color: rgb(195,16,145); }

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