Html Css Color HEX #C31492 Medium Violet Red

📋 copy color: '#C31492'

red 195 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #C31492

Tints of Medium Violet Red #C31492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

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

R = 54.02%
G = 5.54%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31492 (or 0xC31492) is known color: Medium Violet Red. HEX triplet: C3, 14 and 92. RGB value is (195,20,146). Sum of RGB (Red+Green+Blue) = 195+20+146=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C31492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31492 is #3CEB6D. Grayscale: #565656. Windows color (decimal): -3992430 or 9573571. OLE color: 9573571.

HSL color Cylindrical-coordinate representation of color #C31492: hue angle of 316.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31492 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 146 -
CMYK 0 0.90 0.25 0.24
HSL 316.8º 0.81% 0.42% -
HSV(B) 316.8º 0.9% 0.76% -
XYZ 27.94 14.18 28.46 -
YUV 86.69 161.48 205.25 -
System Red Green Blue C M Y K H S L
Decimal 195 20 146 0 0.90 0.25 0.24 316.8 0.81 0.42
Hex C3 14 92 0 5A 19 18 13D 51 2A
Octal 303 24 222 0 132 31 30 475 121 52
Binary 11000011 10100 10010010 0 1011010 11001 11000 100111101 1010001 101010

Color Harmonies of #C31492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31492

Black with #C31492

Text Example


Text Example

White with #C31492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31492; }

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

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

background-color css

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

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

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

border-color css

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

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

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