Html Css Color HEX #C31B85 Medium Violet Red

📋 copy color: '#C31B85'

red 195 ◦ green 27 ◦ blue 133

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

Shades of Medium Violet Red #C31B85

Tints of Medium Violet Red #C31B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.61%

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

R = 54.93%
G = 7.61%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C31B85 (or 0xC31B85) is known color: Medium Violet Red. HEX triplet: C3, 1B and 85. RGB value is (195,27,133). Sum of RGB (Red+Green+Blue) = 195+27+133=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 27 (10.94% from 255 or 7.61% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31B85 is #3CE47A. Grayscale: #595959. Windows color (decimal): -3990651 or 8723395. OLE color: 8723395.

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

Color convert

RGB 195 27 133 -
CMYK 0 0.86 0.32 0.24
HSL 322.14º 0.76% 0.44% -
HSV(B) 322.14º 0.86% 0.76% -
XYZ 27.13 14.08 23.48 -
YUV 89.32 152.66 203.38 -
System Red Green Blue C M Y K H S L
Decimal 195 27 133 0 0.86 0.32 0.24 322.14 0.76 0.44
Hex C3 1B 85 0 56 20 18 142 4C 2C
Octal 303 33 205 0 126 40 30 502 114 54
Binary 11000011 11011 10000101 0 1010110 100000 11000 101000010 1001100 101100

Color Harmonies of #C31B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B85

Black with #C31B85

Text Example


Text Example

White with #C31B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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