Html Css Color HEX #C31583 Medium Violet Red

📋 copy color: '#C31583'

red 195 ◦ green 21 ◦ blue 131

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

Shades of Medium Violet Red #C31583

Tints of Medium Violet Red #C31583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 56.2%
G = 6.05%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C31583 (or 0xC31583) is known color: Medium Violet Red. HEX triplet: C3, 15 and 83. RGB value is (195,21,131). Sum of RGB (Red+Green+Blue) = 195+21+131=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C31583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31583 is #3CEA7C. Grayscale: #555555. Windows color (decimal): -3992189 or 8590787. OLE color: 8590787.

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

Color convert

RGB 195 21 131 -
CMYK 0 0.89 0.33 0.24
HSL 322.07º 0.81% 0.42% -
HSV(B) 322.07º 0.89% 0.76% -
XYZ 26.87 13.78 22.72 -
YUV 85.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 195 21 131 0 0.89 0.33 0.24 322.07 0.81 0.42
Hex C3 15 83 0 59 21 18 142 51 2A
Octal 303 25 203 0 131 41 30 502 121 52
Binary 11000011 10101 10000011 0 1011001 100001 11000 101000010 1010001 101010

Color Harmonies of #C31583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31583

Black with #C31583

Text Example


Text Example

White with #C31583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31583; }

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

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

background-color css

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

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

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

border-color css

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

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

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