Html Css Color HEX #C31BA8 Medium Violet Red

📋 copy color: '#C31BA8'

red 195 ◦ green 27 ◦ blue 168

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

Shades of Medium Violet Red #C31BA8

Tints of Medium Violet Red #C31BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 50%
G = 6.92%
B = 43.08%

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

#C31BA8 (or 0xC31BA8) is known color: Medium Violet Red. HEX triplet: C3, 1B and A8. RGB value is (195,27,168). Sum of RGB (Red+Green+Blue) = 195+27+168=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C31BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31BA8 is #3CE457. Grayscale: #5C5C5C. Windows color (decimal): -3990616 or 11017155. OLE color: 11017155.

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

Color convert

RGB 195 27 168 -
CMYK 0 0.86 0.14 0.24
HSL 309.64º 0.76% 0.44% -
HSV(B) 309.64º 0.86% 0.76% -
XYZ 29.97 15.21 38.4 -
YUV 93.31 170.16 200.54 -
System Red Green Blue C M Y K H S L
Decimal 195 27 168 0 0.86 0.14 0.24 309.64 0.76 0.44
Hex C3 1B A8 0 56 E 18 136 4C 2C
Octal 303 33 250 0 126 16 30 466 114 54
Binary 11000011 11011 10101000 0 1010110 1110 11000 100110110 1001100 101100

Color Harmonies of #C31BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BA8

Black with #C31BA8

Text Example


Text Example

White with #C31BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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