Html Css Color HEX #C31D79 Medium Violet Red

📋 copy color: '#C31D79'

red 195 ◦ green 29 ◦ blue 121

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

Shades of Medium Violet Red #C31D79

Tints of Medium Violet Red #C31D79

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.41%

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

R = 56.52%
G = 8.41%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C31D79 (or 0xC31D79) is known color: Medium Violet Red. HEX triplet: C3, 1D and 79. RGB value is (195,29,121). Sum of RGB (Red+Green+Blue) = 195+29+121=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D79 is #3CE286. Grayscale: #585858. Windows color (decimal): -3990151 or 7937475. OLE color: 7937475.

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

Color convert

RGB 195 29 121 -
CMYK 0 0.85 0.38 0.24
HSL 326.75º 0.74% 0.44% -
HSV(B) 326.75º 0.85% 0.76% -
XYZ 26.4 13.86 19.37 -
YUV 89.12 146 203.52 -
System Red Green Blue C M Y K H S L
Decimal 195 29 121 0 0.85 0.38 0.24 326.75 0.74 0.44
Hex C3 1D 79 0 55 26 18 147 4A 2C
Octal 303 35 171 0 125 46 30 507 112 54
Binary 11000011 11101 1111001 0 1010101 100110 11000 101000111 1001010 101100

Color Harmonies of #C31D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D79

Black with #C31D79

Text Example


Text Example

White with #C31D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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