Html Css Color HEX #C31BA1 Medium Violet Red

📋 copy color: '#C31BA1'

red 195 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #C31BA1

Tints of Medium Violet Red #C31BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 50.91%
G = 7.05%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C31BA1 (or 0xC31BA1) is known color: Medium Violet Red. HEX triplet: C3, 1B and A1. RGB value is (195,27,161). Sum of RGB (Red+Green+Blue) = 195+27+161=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA1 is #3CE45E. Grayscale: #5C5C5C. Windows color (decimal): -3990623 or 10558403. OLE color: 10558403.

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

Color convert

RGB 195 27 161 -
CMYK 0 0.86 0.17 0.24
HSL 312.14º 0.76% 0.44% -
HSV(B) 312.14º 0.86% 0.76% -
XYZ 29.33 14.96 35.06 -
YUV 92.51 166.66 201.1 -
System Red Green Blue C M Y K H S L
Decimal 195 27 161 0 0.86 0.17 0.24 312.14 0.76 0.44
Hex C3 1B A1 0 56 11 18 138 4C 2C
Octal 303 33 241 0 126 21 30 470 114 54
Binary 11000011 11011 10100001 0 1010110 10001 11000 100111000 1001100 101100

Color Harmonies of #C31BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BA1

Black with #C31BA1

Text Example


Text Example

White with #C31BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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