Html Css Color HEX #C31E85 Medium Violet Red

📋 copy color: '#C31E85'

red 195 ◦ green 30 ◦ blue 133

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

Shades of Medium Violet Red #C31E85

Tints of Medium Violet Red #C31E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 54.47%
G = 8.38%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C31E85 (or 0xC31E85) is known color: Medium Violet Red. HEX triplet: C3, 1E and 85. RGB value is (195,30,133). Sum of RGB (Red+Green+Blue) = 195+30+133=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31E85 is #3CE17A. Grayscale: #5A5A5A. Windows color (decimal): -3989883 or 8724163. OLE color: 8724163.

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

Color convert

RGB 195 30 133 -
CMYK 0 0.85 0.32 0.24
HSL 322.55º 0.73% 0.44% -
HSV(B) 322.55º 0.85% 0.76% -
XYZ 27.2 14.22 23.5 -
YUV 91.08 151.66 202.12 -
System Red Green Blue C M Y K H S L
Decimal 195 30 133 0 0.85 0.32 0.24 322.55 0.73 0.44
Hex C3 1E 85 0 55 20 18 143 49 2C
Octal 303 36 205 0 125 40 30 503 111 54
Binary 11000011 11110 10000101 0 1010101 100000 11000 101000011 1001001 101100

Color Harmonies of #C31E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E85

Black with #C31E85

Text Example


Text Example

White with #C31E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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