Html Css Color HEX #C431A1 Medium Red Violet

📋 copy color: '#C431A1'

red 196 ◦ green 49 ◦ blue 161

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

Shades of Medium Red Violet #C431A1

Tints of Medium Red Violet #C431A1

RGB

 RED value IS 196 (76.95% from 255) = 48.28%

 GREEN value IS 49 (19.53% from 255) = 12.07%

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 48.28%
G = 12.07%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C431A1 (or 0xC431A1) is known color: Medium Red Violet. HEX triplet: C4, 31 and A1. RGB value is (196,49,161). Sum of RGB (Red+Green+Blue) = 196+49+161=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C431A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431A1 is #3BCE5E. Grayscale: #696969. Windows color (decimal): -3919455 or 10564036. OLE color: 10564036.

HSL color Cylindrical-coordinate representation of color #C431A1: hue angle of 314.29º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C431A1 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 161 -
CMYK 0 0.75 0.18 0.23
HSL 314.29º 0.6% 0.48% -
HSV(B) 314.29º 0.75% 0.77% -
XYZ 30.3 16.51 35.31 -
YUV 105.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 196 49 161 0 0.75 0.18 0.23 314.29 0.6 0.48
Hex C4 31 A1 0 4B 12 17 13A 3C 30
Octal 304 61 241 0 113 22 27 472 74 60
Binary 11000100 110001 10100001 0 1001011 10010 10111 100111010 111100 110000

Color Harmonies of #C431A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431A1

Black with #C431A1

Text Example


Text Example

White with #C431A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431A1; }

 p { color: rgb(196,49,161); }

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

background-color css

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

 a { background-color: rgb(196,49,161); }

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

border-color css

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

 span { border-color: rgb(196,49,161); }

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