#C42DAA

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

Shades of Medium Red Violet #C42DAA

Tints of Medium Red Violet #C42DAA

Color information

#C42DAA (or 0xC42DAA) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2D and AA. RGB value is (196,45,170). Sum of RGB (Red+Green+Blue) = 196+45+170=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAA is #3BD255. Grayscale: #686868. Windows color (decimal): -3920470 or 11152836. OLE color: 11152836.

HSL color Cylindrical-coordinate representation of color #C42DAA: hue angle of 310.33º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DAA is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19645170-
CMYK00.770.130.23
HSL310.33º62.66%47.25%-
HSV(B)310.33º77.04%76.86%-
XYZ30.9616.5139.59-
YUV104.4165.03193.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 45 (17.97% from 255) = 10.95%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=47.69%
G=10.95%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964517000.770.130.23310.3362.6647.25
HexC42DAA04DD171363f2f
Octal30455252011515274667757
Binary110001001011011010101001001101110110111100110110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42DAA; }

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

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

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

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

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

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

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

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