Html Css Color HEX #C31279 Medium Violet Red

📋 copy color: '#C31279'

red 195 ◦ green 18 ◦ blue 121

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

Shades of Medium Violet Red #C31279

Tints of Medium Violet Red #C31279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 58.38%
G = 5.39%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31279 (or 0xC31279) is known color: Medium Violet Red. HEX triplet: C3, 12 and 79. RGB value is (195,18,121). Sum of RGB (Red+Green+Blue) = 195+18+121=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C31279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31279 is #3CED86. Grayscale: #525252. Windows color (decimal): -3992967 or 7934659. OLE color: 7934659.

HSL color Cylindrical-coordinate representation of color #C31279: hue angle of 325.08º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31279 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 121 -
CMYK 0 0.91 0.38 0.24
HSL 325.08º 0.83% 0.42% -
HSV(B) 325.08º 0.91% 0.76% -
XYZ 26.17 13.42 19.3 -
YUV 82.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 195 18 121 0 0.91 0.38 0.24 325.08 0.83 0.42
Hex C3 12 79 0 5B 26 18 145 53 2A
Octal 303 22 171 0 133 46 30 505 123 52
Binary 11000011 10010 1111001 0 1011011 100110 11000 101000101 1010011 101010

Color Harmonies of #C31279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31279

Black with #C31279

Text Example


Text Example

White with #C31279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31279; }

 p { color: rgb(195,18,121); }

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

background-color css

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

 a { background-color: rgb(195,18,121); }

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

border-color css

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

 span { border-color: rgb(195,18,121); }

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