Html Css Color HEX #C31184 Medium Violet Red

📋 copy color: '#C31184'

red 195 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #C31184

Tints of Medium Violet Red #C31184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.37%

R = 56.69%
G = 4.94%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C31184 (or 0xC31184) is known color: Medium Violet Red. HEX triplet: C3, 11 and 84. RGB value is (195,17,132). Sum of RGB (Red+Green+Blue) = 195+17+132=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C31184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31184 is #3CEE7B. Grayscale: #535353. Windows color (decimal): -3993212 or 8655299. OLE color: 8655299.

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

Color convert

RGB 195 17 132 -
CMYK 0 0.91 0.32 0.24
HSL 321.24º 0.84% 0.42% -
HSV(B) 321.24º 0.91% 0.76% -
XYZ 26.87 13.67 23.05 -
YUV 83.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 195 17 132 0 0.91 0.32 0.24 321.24 0.84 0.42
Hex C3 11 84 0 5B 20 18 141 54 2A
Octal 303 21 204 0 133 40 30 501 124 52
Binary 11000011 10001 10000100 0 1011011 100000 11000 101000001 1010100 101010

Color Harmonies of #C31184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31184

Black with #C31184

Text Example


Text Example

White with #C31184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31184; }

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

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

background-color css

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

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

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

border-color css

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

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

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