Html Css Color HEX #C31A90 Medium Violet Red

📋 copy color: '#C31A90'

red 195 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #C31A90

Tints of Medium Violet Red #C31A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.45%

R = 53.42%
G = 7.12%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C31A90 (or 0xC31A90) is known color: Medium Violet Red. HEX triplet: C3, 1A and 90. RGB value is (195,26,144). Sum of RGB (Red+Green+Blue) = 195+26+144=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31A90 is #3CE56F. Grayscale: #595959. Windows color (decimal): -3990896 or 9444035. OLE color: 9444035.

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

Color convert

RGB 195 26 144 -
CMYK 0 0.87 0.26 0.24
HSL 318.11º 0.76% 0.43% -
HSV(B) 318.11º 0.87% 0.76% -
XYZ 27.91 14.35 27.69 -
YUV 89.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 195 26 144 0 0.87 0.26 0.24 318.11 0.76 0.43
Hex C3 1A 90 0 57 1A 18 13E 4C 2B
Octal 303 32 220 0 127 32 30 476 114 53
Binary 11000011 11010 10010000 0 1010111 11010 11000 100111110 1001100 101011

Color Harmonies of #C31A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A90

Black with #C31A90

Text Example


Text Example

White with #C31A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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