Html Css Color HEX #C31992 Medium Violet Red

📋 copy color: '#C31992'

red 195 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #C31992

Tints of Medium Violet Red #C31992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.83%

 BLUE value IS 146 (57.42% from 255) = 39.89%

R = 53.28%
G = 6.83%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31992 (or 0xC31992) is known color: Medium Violet Red. HEX triplet: C3, 19 and 92. RGB value is (195,25,146). Sum of RGB (Red+Green+Blue) = 195+25+146=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C31992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31992 is #3CE66D. Grayscale: #595959. Windows color (decimal): -3991150 or 9574851. OLE color: 9574851.

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

Color convert

RGB 195 25 146 -
CMYK 0 0.87 0.25 0.24
HSL 317.29º 0.77% 0.43% -
HSV(B) 317.29º 0.87% 0.76% -
XYZ 28.04 14.37 28.49 -
YUV 89.62 159.82 203.16 -
System Red Green Blue C M Y K H S L
Decimal 195 25 146 0 0.87 0.25 0.24 317.29 0.77 0.43
Hex C3 19 92 0 57 19 18 13D 4D 2B
Octal 303 31 222 0 127 31 30 475 115 53
Binary 11000011 11001 10010010 0 1010111 11001 11000 100111101 1001101 101011

Color Harmonies of #C31992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31992

Black with #C31992

Text Example


Text Example

White with #C31992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31992; }

 p { color: rgb(195,25,146); }

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

background-color css

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

 a { background-color: rgb(195,25,146); }

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

border-color css

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

 span { border-color: rgb(195,25,146); }

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