Html Css Color HEX #C31794 Medium Violet Red

📋 copy color: '#C31794'

red 195 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #C31794

Tints of Medium Violet Red #C31794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.28%

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

R = 53.28%
G = 6.28%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C31794 (or 0xC31794) is known color: Medium Violet Red. HEX triplet: C3, 17 and 94. RGB value is (195,23,148). Sum of RGB (Red+Green+Blue) = 195+23+148=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C31794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31794 is #3CE86B. Grayscale: #585858. Windows color (decimal): -3991660 or 9705411. OLE color: 9705411.

HSL color Cylindrical-coordinate representation of color #C31794: hue angle of 316.4º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31794 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 23 148 -
CMYK 0 0.88 0.24 0.24
HSL 316.4º 0.79% 0.43% -
HSV(B) 316.4º 0.88% 0.76% -
XYZ 28.16 14.35 29.3 -
YUV 88.68 161.48 203.84 -
System Red Green Blue C M Y K H S L
Decimal 195 23 148 0 0.88 0.24 0.24 316.4 0.79 0.43
Hex C3 17 94 0 58 18 18 13C 4F 2B
Octal 303 27 224 0 130 30 30 474 117 53
Binary 11000011 10111 10010100 0 1011000 11000 11000 100111100 1001111 101011

Color Harmonies of #C31794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31794

Black with #C31794

Text Example


Text Example

White with #C31794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31794; }

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

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

background-color css

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

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

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

border-color css

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

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

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