Html Css Color HEX #C31686 Medium Violet Red

📋 copy color: '#C31686'

red 195 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #C31686

Tints of Medium Violet Red #C31686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.27%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 55.56%
G = 6.27%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C31686 (or 0xC31686) is known color: Medium Violet Red. HEX triplet: C3, 16 and 86. RGB value is (195,22,134). Sum of RGB (Red+Green+Blue) = 195+22+134=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C31686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31686 is #3CE979. Grayscale: #565656. Windows color (decimal): -3991930 or 8787651. OLE color: 8787651.

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

Color convert

RGB 195 22 134 -
CMYK 0 0.89 0.31 0.24
HSL 321.16º 0.8% 0.43% -
HSV(B) 321.16º 0.89% 0.76% -
XYZ 27.1 13.9 23.81 -
YUV 86.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 195 22 134 0 0.89 0.31 0.24 321.16 0.8 0.43
Hex C3 16 86 0 59 1F 18 141 50 2B
Octal 303 26 206 0 131 37 30 501 120 53
Binary 11000011 10110 10000110 0 1011001 11111 11000 101000001 1010000 101011

Color Harmonies of #C31686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31686

Black with #C31686

Text Example


Text Example

White with #C31686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31686; }

 p { color: rgb(195,22,134); }

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

background-color css

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

 a { background-color: rgb(195,22,134); }

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

border-color css

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

 span { border-color: rgb(195,22,134); }

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