#C434A1

Color #C434A1 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C434A1

Tints of Medium Red Violet #C434A1

Color information

#C434A1 (or 0xC434A1) is unknown color: approx Medium Red Violet. HEX triplet: C4, 34 and A1. RGB value is (196,52,161). Sum of RGB (Red+Green+Blue) = 196+52+161=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C434A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434A1 is #3BCB5E. Grayscale: #6B6B6B. Windows color (decimal): -3918687 or 10564804. OLE color: 10564804.

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

Color convert

RGB19652161-
CMYK00.730.180.23
HSL314.58º58.06%48.63%-
HSV(B)314.58º73.47%76.86%-
XYZ30.4316.7635.35-
YUV107.48158.21191.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 161 (63.28% from 255) = 39.36%
R=47.92%
G=12.71%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965216100.730.180.23314.5858.0648.63
HexC434A1049121713b3a31
Octal30464241011122274737261
Binary1100010011010010100001010010011001010111100111011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C434A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C434A1; }

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

 H1.HeaderClassName
 {
   color: #C434A1;
 }
 .AnyTagClassName
 {
   color: #C434A1;
 }
</style>
background-color css

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

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

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

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

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

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