Html Css Color HEX #C31BA7 Medium Violet Red

📋 copy color: '#C31BA7'

red 195 ◦ green 27 ◦ blue 167

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

Shades of Medium Violet Red #C31BA7

Tints of Medium Violet Red #C31BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.93%

R = 50.13%
G = 6.94%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C31BA7 (or 0xC31BA7) is known color: Medium Violet Red. HEX triplet: C3, 1B and A7. RGB value is (195,27,167). Sum of RGB (Red+Green+Blue) = 195+27+167=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA7 is #3CE458. Grayscale: #5C5C5C. Windows color (decimal): -3990617 or 10951619. OLE color: 10951619.

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

Color convert

RGB 195 27 167 -
CMYK 0 0.86 0.14 0.24
HSL 310º 0.76% 0.44% -
HSV(B) 310º 0.86% 0.76% -
XYZ 29.87 15.18 37.91 -
YUV 93.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 195 27 167 0 0.86 0.14 0.24 310 0.76 0.44
Hex C3 1B A7 0 56 E 18 136 4C 2C
Octal 303 33 247 0 126 16 30 466 114 54
Binary 11000011 11011 10100111 0 1010110 1110 11000 100110110 1001100 101100

Color Harmonies of #C31BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BA7

Black with #C31BA7

Text Example


Text Example

White with #C31BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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