Html Css Color HEX #C31B8F Medium Violet Red

📋 copy color: '#C31B8F'

red 195 ◦ green 27 ◦ blue 143

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

Shades of Medium Violet Red #C31B8F

Tints of Medium Violet Red #C31B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 53.42%
G = 7.4%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C31B8F (or 0xC31B8F) is known color: Medium Violet Red. HEX triplet: C3, 1B and 8F. RGB value is (195,27,143). Sum of RGB (Red+Green+Blue) = 195+27+143=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31B8F is #3CE470. Grayscale: #5A5A5A. Windows color (decimal): -3990641 or 9378755. OLE color: 9378755.

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

Color convert

RGB 195 27 143 -
CMYK 0 0.86 0.27 0.24
HSL 318.57º 0.76% 0.44% -
HSV(B) 318.57º 0.86% 0.76% -
XYZ 27.86 14.37 27.29 -
YUV 90.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 195 27 143 0 0.86 0.27 0.24 318.57 0.76 0.44
Hex C3 1B 8F 0 56 1B 18 13F 4C 2C
Octal 303 33 217 0 126 33 30 477 114 54
Binary 11000011 11011 10001111 0 1010110 11011 11000 100111111 1001100 101100

Color Harmonies of #C31B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B8F

Black with #C31B8F

Text Example


Text Example

White with #C31B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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