Html Css Color HEX #C31E72 Medium Violet Red

📋 copy color: '#C31E72'

red 195 ◦ green 30 ◦ blue 114

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

Shades of Medium Violet Red #C31E72

Tints of Medium Violet Red #C31E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 57.52%
G = 8.85%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C31E72 (or 0xC31E72) is known color: Medium Violet Red. HEX triplet: C3, 1E and 72. RGB value is (195,30,114). Sum of RGB (Red+Green+Blue) = 195+30+114=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E72 is #3CE18D. Grayscale: #585858. Windows color (decimal): -3989902 or 7478979. OLE color: 7478979.

HSL color Cylindrical-coordinate representation of color #C31E72: hue angle of 329.45º degrees, saturation: 0.73, 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 #C31E72 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 114 -
CMYK 0 0.85 0.42 0.24
HSL 329.45º 0.73% 0.44% -
HSV(B) 329.45º 0.85% 0.76% -
XYZ 26.01 13.75 17.2 -
YUV 88.91 142.16 203.67 -
System Red Green Blue C M Y K H S L
Decimal 195 30 114 0 0.85 0.42 0.24 329.45 0.73 0.44
Hex C3 1E 72 0 55 2A 18 149 49 2C
Octal 303 36 162 0 125 52 30 511 111 54
Binary 11000011 11110 1110010 0 1010101 101010 11000 101001001 1001001 101100

Color Harmonies of #C31E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E72

Black with #C31E72

Text Example


Text Example

White with #C31E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E72; }

 p { color: rgb(195,30,114); }

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

background-color css

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

 a { background-color: rgb(195,30,114); }

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

border-color css

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

 span { border-color: rgb(195,30,114); }

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