Html Css Color HEX #C31B9D Medium Violet Red

📋 copy color: '#C31B9D'

red 195 ◦ green 27 ◦ blue 157

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

Shades of Medium Violet Red #C31B9D

Tints of Medium Violet Red #C31B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.42%

R = 51.45%
G = 7.12%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C31B9D (or 0xC31B9D) is known color: Medium Violet Red. HEX triplet: C3, 1B and 9D. RGB value is (195,27,157). Sum of RGB (Red+Green+Blue) = 195+27+157=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31B9D is #3CE462. Grayscale: #5B5B5B. Windows color (decimal): -3990627 or 10296259. OLE color: 10296259.

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

Color convert

RGB 195 27 157 -
CMYK 0 0.86 0.19 0.24
HSL 313.57º 0.76% 0.44% -
HSV(B) 313.57º 0.86% 0.76% -
XYZ 28.98 14.82 33.23 -
YUV 92.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 195 27 157 0 0.86 0.19 0.24 313.57 0.76 0.44
Hex C3 1B 9D 0 56 13 18 13A 4C 2C
Octal 303 33 235 0 126 23 30 472 114 54
Binary 11000011 11011 10011101 0 1010110 10011 11000 100111010 1001100 101100

Color Harmonies of #C31B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B9D

Black with #C31B9D

Text Example


Text Example

White with #C31B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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