Html Css Color HEX #C431A4 Medium Red Violet

📋 copy color: '#C431A4'

red 196 ◦ green 49 ◦ blue 164

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

Shades of Medium Red Violet #C431A4

Tints of Medium Red Violet #C431A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 47.92%
G = 11.98%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C431A4 (or 0xC431A4) is known color: Medium Red Violet. HEX triplet: C4, 31 and A4. RGB value is (196,49,164). Sum of RGB (Red+Green+Blue) = 196+49+164=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C431A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431A4 is #3BCE5B. Grayscale: #696969. Windows color (decimal): -3919452 or 10760644. OLE color: 10760644.

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

Color convert

RGB 196 49 164 -
CMYK 0 0.75 0.16 0.23
HSL 313.06º 0.6% 0.48% -
HSV(B) 313.06º 0.75% 0.77% -
XYZ 30.56 16.61 36.72 -
YUV 106.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 196 49 164 0 0.75 0.16 0.23 313.06 0.6 0.48
Hex C4 31 A4 0 4B 10 17 139 3C 30
Octal 304 61 244 0 113 20 27 471 74 60
Binary 11000100 110001 10100100 0 1001011 10000 10111 100111001 111100 110000

Color Harmonies of #C431A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431A4

Black with #C431A4

Text Example


Text Example

White with #C431A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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