Html Css Color HEX #C31076 Medium Violet Red

📋 copy color: '#C31076'

red 195 ◦ green 16 ◦ blue 118

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

Shades of Medium Violet Red #C31076

Tints of Medium Violet Red #C31076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 59.27%
G = 4.86%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C31076 (or 0xC31076) is known color: Medium Violet Red. HEX triplet: C3, 10 and 76. RGB value is (195,16,118). Sum of RGB (Red+Green+Blue) = 195+16+118=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31076 is #3CEF89. Grayscale: #505050. Windows color (decimal): -3993482 or 7737539. OLE color: 7737539.

HSL color Cylindrical-coordinate representation of color #C31076: hue angle of 325.81º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31076 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 118 -
CMYK 0 0.92 0.39 0.24
HSL 325.81º 0.85% 0.41% -
HSV(B) 325.81º 0.92% 0.76% -
XYZ 25.96 13.28 18.33 -
YUV 81.15 148.8 209.21 -
System Red Green Blue C M Y K H S L
Decimal 195 16 118 0 0.92 0.39 0.24 325.81 0.85 0.41
Hex C3 10 76 0 5C 27 18 146 55 29
Octal 303 20 166 0 134 47 30 506 125 51
Binary 11000011 10000 1110110 0 1011100 100111 11000 101000110 1010101 101001

Color Harmonies of #C31076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31076

Black with #C31076

Text Example


Text Example

White with #C31076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31076; }

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

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

background-color css

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

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

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

border-color css

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

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

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