Html Css Color HEX #C31483 Medium Violet Red

📋 copy color: '#C31483'

red 195 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #C31483

Tints of Medium Violet Red #C31483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 56.36%
G = 5.78%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C31483 (or 0xC31483) is known color: Medium Violet Red. HEX triplet: C3, 14 and 83. RGB value is (195,20,131). Sum of RGB (Red+Green+Blue) = 195+20+131=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C31483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31483 is #3CEB7C. Grayscale: #545454. Windows color (decimal): -3992445 or 8590531. OLE color: 8590531.

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

Color convert

RGB 195 20 131 -
CMYK 0 0.90 0.33 0.24
HSL 321.94º 0.81% 0.42% -
HSV(B) 321.94º 0.9% 0.76% -
XYZ 26.85 13.74 22.71 -
YUV 84.98 153.98 206.47 -
System Red Green Blue C M Y K H S L
Decimal 195 20 131 0 0.90 0.33 0.24 321.94 0.81 0.42
Hex C3 14 83 0 5A 21 18 142 51 2A
Octal 303 24 203 0 132 41 30 502 121 52
Binary 11000011 10100 10000011 0 1011010 100001 11000 101000010 1010001 101010

Color Harmonies of #C31483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31483

Black with #C31483

Text Example


Text Example

White with #C31483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31483; }

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

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

background-color css

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

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

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

border-color css

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

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

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