Html Css Color HEX #C31194 Medium Violet Red

📋 copy color: '#C31194'

red 195 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #C31194

Tints of Medium Violet Red #C31194

RGB

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

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

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

R = 54.17%
G = 4.72%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31194 (or 0xC31194) is known color: Medium Violet Red. HEX triplet: C3, 11 and 94. RGB value is (195,17,148). Sum of RGB (Red+Green+Blue) = 195+17+148=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C31194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31194 is #3CEE6B. Grayscale: #545454. Windows color (decimal): -3993196 or 9703875. OLE color: 9703875.

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

Color convert

RGB 195 17 148 -
CMYK 0 0.91 0.24 0.24
HSL 315.84º 0.84% 0.42% -
HSV(B) 315.84º 0.91% 0.76% -
XYZ 28.05 14.14 29.27 -
YUV 85.16 163.47 206.35 -
System Red Green Blue C M Y K H S L
Decimal 195 17 148 0 0.91 0.24 0.24 315.84 0.84 0.42
Hex C3 11 94 0 5B 18 18 13C 54 2A
Octal 303 21 224 0 133 30 30 474 124 52
Binary 11000011 10001 10010100 0 1011011 11000 11000 100111100 1010100 101010

Color Harmonies of #C31194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31194

Black with #C31194

Text Example


Text Example

White with #C31194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31194; }

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

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

background-color css

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

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

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

border-color css

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

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

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