Html Css Color HEX #C31A6D Medium Violet Red

📋 copy color: '#C31A6D'

red 195 ◦ green 26 ◦ blue 109

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

Shades of Medium Violet Red #C31A6D

Tints of Medium Violet Red #C31A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 59.09%
G = 7.88%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C31A6D (or 0xC31A6D) is known color: Medium Violet Red. HEX triplet: C3, 1A and 6D. RGB value is (195,26,109). Sum of RGB (Red+Green+Blue) = 195+26+109=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A6D is #3CE592. Grayscale: #555555. Windows color (decimal): -3990931 or 7150275. OLE color: 7150275.

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

Color convert

RGB 195 26 109 -
CMYK 0 0.87 0.44 0.24
HSL 330.53º 0.76% 0.43% -
HSV(B) 330.53º 0.87% 0.76% -
XYZ 25.64 13.45 15.71 -
YUV 85.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 195 26 109 0 0.87 0.44 0.24 330.53 0.76 0.43
Hex C3 1A 6D 0 57 2C 18 14B 4C 2B
Octal 303 32 155 0 127 54 30 513 114 53
Binary 11000011 11010 1101101 0 1010111 101100 11000 101001011 1001100 101011

Color Harmonies of #C31A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A6D

Black with #C31A6D

Text Example


Text Example

White with #C31A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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