Html Css Color HEX #C431A6 Medium Red Violet

📋 copy color: '#C431A6'

red 196 ◦ green 49 ◦ blue 166

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

Shades of Medium Red Violet #C431A6

Tints of Medium Red Violet #C431A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 47.69%
G = 11.92%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C431A6 (or 0xC431A6) is known color: Medium Red Violet. HEX triplet: C4, 31 and A6. RGB value is (196,49,166). Sum of RGB (Red+Green+Blue) = 196+49+166=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C431A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431A6 is #3BCE59. Grayscale: #696969. Windows color (decimal): -3919450 or 10891716. OLE color: 10891716.

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

Color convert

RGB 196 49 166 -
CMYK 0 0.75 0.15 0.23
HSL 312.24º 0.6% 0.48% -
HSV(B) 312.24º 0.75% 0.77% -
XYZ 30.75 16.69 37.68 -
YUV 106.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 196 49 166 0 0.75 0.15 0.23 312.24 0.6 0.48
Hex C4 31 A6 0 4B F 17 138 3C 30
Octal 304 61 246 0 113 17 27 470 74 60
Binary 11000100 110001 10100110 0 1001011 1111 10111 100111000 111100 110000

Color Harmonies of #C431A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431A6

Black with #C431A6

Text Example


Text Example

White with #C431A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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