Html Css Color HEX #C31A77 Medium Violet Red

📋 copy color: '#C31A77'

red 195 ◦ green 26 ◦ blue 119

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

Shades of Medium Violet Red #C31A77

Tints of Medium Violet Red #C31A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.65%

 BLUE value IS 119 (46.88% from 255) = 35%

R = 57.35%
G = 7.65%
B = 35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C31A77 (or 0xC31A77) is known color: Medium Violet Red. HEX triplet: C3, 1A and 77. RGB value is (195,26,119). Sum of RGB (Red+Green+Blue) = 195+26+119=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A77 is #3CE588. Grayscale: #565656. Windows color (decimal): -3990921 or 7805635. OLE color: 7805635.

HSL color Cylindrical-coordinate representation of color #C31A77: hue angle of 326.98º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A77 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 26 119 -
CMYK 0 0.87 0.39 0.24
HSL 326.98º 0.76% 0.43% -
HSV(B) 326.98º 0.87% 0.76% -
XYZ 26.2 13.67 18.71 -
YUV 87.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 195 26 119 0 0.87 0.39 0.24 326.98 0.76 0.43
Hex C3 1A 77 0 57 27 18 147 4C 2B
Octal 303 32 167 0 127 47 30 507 114 53
Binary 11000011 11010 1110111 0 1010111 100111 11000 101000111 1001100 101011

Color Harmonies of #C31A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A77

Black with #C31A77

Text Example


Text Example

White with #C31A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A77; }

 p { color: rgb(195,26,119); }

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

background-color css

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

 a { background-color: rgb(195,26,119); }

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

border-color css

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

 span { border-color: rgb(195,26,119); }

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