Html Css Color HEX #C31B9A Medium Violet Red

📋 copy color: '#C31B9A'

red 195 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #C31B9A

Tints of Medium Violet Red #C31B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 51.86%
G = 7.18%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C31B9A (or 0xC31B9A) is known color: Medium Violet Red. HEX triplet: C3, 1B and 9A. RGB value is (195,27,154). Sum of RGB (Red+Green+Blue) = 195+27+154=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31B9A is #3CE465. Grayscale: #5B5B5B. Windows color (decimal): -3990630 or 10099651. OLE color: 10099651.

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

Color convert

RGB 195 27 154 -
CMYK 0 0.86 0.21 0.24
HSL 314.64º 0.76% 0.44% -
HSV(B) 314.64º 0.86% 0.76% -
XYZ 28.73 14.72 31.9 -
YUV 91.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 195 27 154 0 0.86 0.21 0.24 314.64 0.76 0.44
Hex C3 1B 9A 0 56 15 18 13B 4C 2C
Octal 303 33 232 0 126 25 30 473 114 54
Binary 11000011 11011 10011010 0 1010110 10101 11000 100111011 1001100 101100

Color Harmonies of #C31B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31B9A

Black with #C31B9A

Text Example


Text Example

White with #C31B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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