Html Css Color HEX #C31383 Medium Violet Red

📋 copy color: '#C31383'

red 195 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #C31383

Tints of Medium Violet Red #C31383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

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

R = 56.52%
G = 5.51%
B = 37.97%

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

#C31383 (or 0xC31383) is known color: Medium Violet Red. HEX triplet: C3, 13 and 83. RGB value is (195,19,131). Sum of RGB (Red+Green+Blue) = 195+19+131=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31383 is #3CEC7C. Grayscale: #545454. Windows color (decimal): -3992701 or 8590275. OLE color: 8590275.

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

Color convert

RGB 195 19 131 -
CMYK 0 0.90 0.33 0.24
HSL 321.82º 0.82% 0.42% -
HSV(B) 321.82º 0.9% 0.76% -
XYZ 26.84 13.71 22.7 -
YUV 84.39 154.31 206.89 -
System Red Green Blue C M Y K H S L
Decimal 195 19 131 0 0.90 0.33 0.24 321.82 0.82 0.42
Hex C3 13 83 0 5A 21 18 142 52 2A
Octal 303 23 203 0 132 41 30 502 122 52
Binary 11000011 10011 10000011 0 1011010 100001 11000 101000010 1010010 101010

Color Harmonies of #C31383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31383

Black with #C31383

Text Example


Text Example

White with #C31383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31383; }

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

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

background-color css

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

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

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

border-color css

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

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

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