Html Css Color HEX #C31581 Medium Violet Red

📋 copy color: '#C31581'

red 195 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #C31581

Tints of Medium Violet Red #C31581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

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

R = 56.52%
G = 6.09%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C31581 (or 0xC31581) is known color: Medium Violet Red. HEX triplet: C3, 15 and 81. RGB value is (195,21,129). Sum of RGB (Red+Green+Blue) = 195+21+129=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31581 is #3CEA7E. Grayscale: #555555. Windows color (decimal): -3992191 or 8459715. OLE color: 8459715.

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

Color convert

RGB 195 21 129 -
CMYK 0 0.89 0.34 0.24
HSL 322.76º 0.81% 0.42% -
HSV(B) 322.76º 0.89% 0.76% -
XYZ 26.74 13.72 22.01 -
YUV 85.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 195 21 129 0 0.89 0.34 0.24 322.76 0.81 0.42
Hex C3 15 81 0 59 22 18 143 51 2A
Octal 303 25 201 0 131 42 30 503 121 52
Binary 11000011 10101 10000001 0 1011001 100010 11000 101000011 1010001 101010

Color Harmonies of #C31581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31581

Black with #C31581

Text Example


Text Example

White with #C31581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31581; }

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

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

background-color css

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

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

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

border-color css

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

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

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