Html Css Color HEX #C431AA Medium Red Violet

📋 copy color: '#C431AA'

red 196 ◦ green 49 ◦ blue 170

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

Shades of Medium Red Violet #C431AA

Tints of Medium Red Violet #C431AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 47.23%
G = 11.81%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C431AA (or 0xC431AA) is known color: Medium Red Violet. HEX triplet: C4, 31 and AA. RGB value is (196,49,170). Sum of RGB (Red+Green+Blue) = 196+49+170=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C431AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431AA is #3BCE55. Grayscale: #6A6A6A. Windows color (decimal): -3919446 or 11153860. OLE color: 11153860.

HSL color Cylindrical-coordinate representation of color #C431AA: hue angle of 310.61º 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 #C431AA is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 170 -
CMYK 0 0.75 0.13 0.23
HSL 310.61º 0.6% 0.48% -
HSV(B) 310.61º 0.75% 0.77% -
XYZ 31.12 16.83 39.64 -
YUV 106.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 196 49 170 0 0.75 0.13 0.23 310.61 0.6 0.48
Hex C4 31 AA 0 4B D 17 137 3C 30
Octal 304 61 252 0 113 15 27 467 74 60
Binary 11000100 110001 10101010 0 1001011 1101 10111 100110111 111100 110000

Color Harmonies of #C431AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431AA

Black with #C431AA

Text Example


Text Example

White with #C431AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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