Html Css Color HEX #C31A6C Medium Violet Red

📋 copy color: '#C31A6C'

red 195 ◦ green 26 ◦ blue 108

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

Shades of Medium Violet Red #C31A6C

Tints of Medium Violet Red #C31A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 59.27%
G = 7.9%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C31A6C (or 0xC31A6C) is known color: Medium Violet Red. HEX triplet: C3, 1A and 6C. RGB value is (195,26,108). Sum of RGB (Red+Green+Blue) = 195+26+108=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A6C is #3CE593. Grayscale: #555555. Windows color (decimal): -3990932 or 7084739. OLE color: 7084739.

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

Color convert

RGB 195 26 108 -
CMYK 0 0.87 0.45 0.24
HSL 330.89º 0.76% 0.43% -
HSV(B) 330.89º 0.87% 0.76% -
XYZ 25.58 13.42 15.43 -
YUV 85.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 195 26 108 0 0.87 0.45 0.24 330.89 0.76 0.43
Hex C3 1A 6C 0 57 2D 18 14B 4C 2B
Octal 303 32 154 0 127 55 30 513 114 53
Binary 11000011 11010 1101100 0 1010111 101101 11000 101001011 1001100 101011

Color Harmonies of #C31A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A6C

Black with #C31A6C

Text Example


Text Example

White with #C31A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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