Html Css Color HEX #C31676 Medium Violet Red

📋 copy color: '#C31676'

red 195 ◦ green 22 ◦ blue 118

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

Shades of Medium Violet Red #C31676

Tints of Medium Violet Red #C31676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 58.21%
G = 6.57%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C31676 (or 0xC31676) is known color: Medium Violet Red. HEX triplet: C3, 16 and 76. RGB value is (195,22,118). Sum of RGB (Red+Green+Blue) = 195+22+118=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C31676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31676 is #3CE989. Grayscale: #545454. Windows color (decimal): -3991946 or 7739075. OLE color: 7739075.

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

Color convert

RGB 195 22 118 -
CMYK 0 0.89 0.39 0.24
HSL 326.71º 0.8% 0.43% -
HSV(B) 326.71º 0.89% 0.76% -
XYZ 26.06 13.48 18.37 -
YUV 84.67 146.81 206.69 -
System Red Green Blue C M Y K H S L
Decimal 195 22 118 0 0.89 0.39 0.24 326.71 0.8 0.43
Hex C3 16 76 0 59 27 18 147 50 2B
Octal 303 26 166 0 131 47 30 507 120 53
Binary 11000011 10110 1110110 0 1011001 100111 11000 101000111 1010000 101011

Color Harmonies of #C31676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31676

Black with #C31676

Text Example


Text Example

White with #C31676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31676; }

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

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

background-color css

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

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

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

border-color css

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

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

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