Html Css Color HEX #C31BA4 Medium Violet Red

📋 copy color: '#C31BA4'

red 195 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #C31BA4

Tints of Medium Violet Red #C31BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 50.52%
G = 6.99%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C31BA4 (or 0xC31BA4) is known color: Medium Violet Red. HEX triplet: C3, 1B and A4. RGB value is (195,27,164). Sum of RGB (Red+Green+Blue) = 195+27+164=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA4 is #3CE45B. Grayscale: #5C5C5C. Windows color (decimal): -3990620 or 10755011. OLE color: 10755011.

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

Color convert

RGB 195 27 164 -
CMYK 0 0.86 0.16 0.24
HSL 311.07º 0.76% 0.44% -
HSV(B) 311.07º 0.86% 0.76% -
XYZ 29.6 15.07 36.47 -
YUV 92.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 195 27 164 0 0.86 0.16 0.24 311.07 0.76 0.44
Hex C3 1B A4 0 56 10 18 137 4C 2C
Octal 303 33 244 0 126 20 30 467 114 54
Binary 11000011 11011 10100100 0 1010110 10000 11000 100110111 1001100 101100

Color Harmonies of #C31BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BA4

Black with #C31BA4

Text Example


Text Example

White with #C31BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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