Html Css Color HEX #C31376 Medium Violet Red

📋 copy color: '#C31376'

red 195 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #C31376

Tints of Medium Violet Red #C31376

RGB

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

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

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

R = 58.73%
G = 5.72%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C31376 (or 0xC31376) is known color: Medium Violet Red. HEX triplet: C3, 13 and 76. RGB value is (195,19,118). Sum of RGB (Red+Green+Blue) = 195+19+118=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C31376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31376 is #3CEC89. Grayscale: #525252. Windows color (decimal): -3992714 or 7738307. OLE color: 7738307.

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

Color convert

RGB 195 19 118 -
CMYK 0 0.90 0.39 0.24
HSL 326.25º 0.82% 0.42% -
HSV(B) 326.25º 0.9% 0.76% -
XYZ 26.01 13.38 18.35 -
YUV 82.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 195 19 118 0 0.90 0.39 0.24 326.25 0.82 0.42
Hex C3 13 76 0 5A 27 18 146 52 2A
Octal 303 23 166 0 132 47 30 506 122 52
Binary 11000011 10011 1110110 0 1011010 100111 11000 101000110 1010010 101010

Color Harmonies of #C31376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31376

Black with #C31376

Text Example


Text Example

White with #C31376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31376; }

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

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

background-color css

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

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

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

border-color css

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

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

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