Html Css Color HEX #C31E75 Medium Violet Red

📋 copy color: '#C31E75'

red 195 ◦ green 30 ◦ blue 117

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

Shades of Medium Violet Red #C31E75

Tints of Medium Violet Red #C31E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 57.02%
G = 8.77%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C31E75 (or 0xC31E75) is known color: Medium Violet Red. HEX triplet: C3, 1E and 75. RGB value is (195,30,117). Sum of RGB (Red+Green+Blue) = 195+30+117=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E75 is #3CE18A. Grayscale: #595959. Windows color (decimal): -3989899 or 7675587. OLE color: 7675587.

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

Color convert

RGB 195 30 117 -
CMYK 0 0.85 0.4 0.24
HSL 328.36º 0.73% 0.44% -
HSV(B) 328.36º 0.85% 0.76% -
XYZ 26.18 13.82 18.12 -
YUV 89.25 143.66 203.43 -
System Red Green Blue C M Y K H S L
Decimal 195 30 117 0 0.85 0.4 0.24 328.36 0.73 0.44
Hex C3 1E 75 0 55 28 18 148 49 2C
Octal 303 36 165 0 125 50 30 510 111 54
Binary 11000011 11110 1110101 0 1010101 101000 11000 101001000 1001001 101100

Color Harmonies of #C31E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E75

Black with #C31E75

Text Example


Text Example

White with #C31E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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