Html Css Color HEX #C31A9F Medium Violet Red

📋 copy color: '#C31A9F'

red 195 ◦ green 26 ◦ blue 159

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

Shades of Medium Violet Red #C31A9F

Tints of Medium Violet Red #C31A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 51.32%
G = 6.84%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C31A9F (or 0xC31A9F) is known color: Medium Violet Red. HEX triplet: C3, 1A and 9F. RGB value is (195,26,159). Sum of RGB (Red+Green+Blue) = 195+26+159=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A9F is #3CE560. Grayscale: #5B5B5B. Windows color (decimal): -3990881 or 10427075. OLE color: 10427075.

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

Color convert

RGB 195 26 159 -
CMYK 0 0.87 0.18 0.24
HSL 312.78º 0.76% 0.43% -
HSV(B) 312.78º 0.87% 0.76% -
XYZ 29.13 14.84 34.13 -
YUV 91.69 165.99 201.69 -
System Red Green Blue C M Y K H S L
Decimal 195 26 159 0 0.87 0.18 0.24 312.78 0.76 0.43
Hex C3 1A 9F 0 57 12 18 139 4C 2B
Octal 303 32 237 0 127 22 30 471 114 53
Binary 11000011 11010 10011111 0 1010111 10010 11000 100111001 1001100 101011

Color Harmonies of #C31A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A9F

Black with #C31A9F

Text Example


Text Example

White with #C31A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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