Html Css Color HEX #C31099 Medium Violet Red

📋 copy color: '#C31099'

red 195 ◦ green 16 ◦ blue 153

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

Shades of Medium Violet Red #C31099

Tints of Medium Violet Red #C31099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 53.57%
G = 4.4%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C31099 (or 0xC31099) is known color: Medium Violet Red. HEX triplet: C3, 10 and 99. RGB value is (195,16,153). Sum of RGB (Red+Green+Blue) = 195+16+153=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31099 is #3CEF66. Grayscale: #545454. Windows color (decimal): -3993447 or 10031299. OLE color: 10031299.

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

Color convert

RGB 195 16 153 -
CMYK 0 0.92 0.22 0.24
HSL 314.08º 0.85% 0.41% -
HSV(B) 314.08º 0.92% 0.76% -
XYZ 28.44 14.27 31.39 -
YUV 85.14 166.3 206.36 -
System Red Green Blue C M Y K H S L
Decimal 195 16 153 0 0.92 0.22 0.24 314.08 0.85 0.41
Hex C3 10 99 0 5C 16 18 13A 55 29
Octal 303 20 231 0 134 26 30 472 125 51
Binary 11000011 10000 10011001 0 1011100 10110 11000 100111010 1010101 101001

Color Harmonies of #C31099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31099

Black with #C31099

Text Example


Text Example

White with #C31099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31099; }

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

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

background-color css

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

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

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

border-color css

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

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

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