Html Css Color HEX #C31181 Medium Violet Red

📋 copy color: '#C31181'

red 195 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #C31181

Tints of Medium Violet Red #C31181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 57.18%
G = 4.99%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C31181 (or 0xC31181) is known color: Medium Violet Red. HEX triplet: C3, 11 and 81. RGB value is (195,17,129). Sum of RGB (Red+Green+Blue) = 195+17+129=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C31181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31181 is #3CEE7E. Grayscale: #525252. Windows color (decimal): -3993215 or 8458691. OLE color: 8458691.

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

Color convert

RGB 195 17 129 -
CMYK 0 0.91 0.34 0.24
HSL 322.25º 0.84% 0.42% -
HSV(B) 322.25º 0.91% 0.76% -
XYZ 26.67 13.59 21.99 -
YUV 82.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 195 17 129 0 0.91 0.34 0.24 322.25 0.84 0.42
Hex C3 11 81 0 5B 22 18 142 54 2A
Octal 303 21 201 0 133 42 30 502 124 52
Binary 11000011 10001 10000001 0 1011011 100010 11000 101000010 1010100 101010

Color Harmonies of #C31181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31181

Black with #C31181

Text Example


Text Example

White with #C31181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31181; }

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

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

background-color css

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

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

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

border-color css

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

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

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