Html Css Color HEX #C31292 Medium Violet Red

📋 copy color: '#C31292'

red 195 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #C31292

Tints of Medium Violet Red #C31292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 54.32%
G = 5.01%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C31292 (or 0xC31292) is known color: Medium Violet Red. HEX triplet: C3, 12 and 92. RGB value is (195,18,146). Sum of RGB (Red+Green+Blue) = 195+18+146=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C31292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31292 is #3CED6D. Grayscale: #555555. Windows color (decimal): -3992942 or 9573059. OLE color: 9573059.

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

Color convert

RGB 195 18 146 -
CMYK 0 0.91 0.25 0.24
HSL 316.61º 0.83% 0.42% -
HSV(B) 316.61º 0.91% 0.76% -
XYZ 27.91 14.11 28.45 -
YUV 85.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 195 18 146 0 0.91 0.25 0.24 316.61 0.83 0.42
Hex C3 12 92 0 5B 19 18 13D 53 2A
Octal 303 22 222 0 133 31 30 475 123 52
Binary 11000011 10010 10010010 0 1011011 11001 11000 100111101 1010011 101010

Color Harmonies of #C31292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31292

Black with #C31292

Text Example


Text Example

White with #C31292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31292; }

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

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

background-color css

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

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

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

border-color css

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

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

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