#C42BAA

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

Shades of Medium Red Violet #C42BAA

Tints of Medium Red Violet #C42BAA

Color information

#C42BAA (or 0xC42BAA) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and AA. RGB value is (196,43,170). Sum of RGB (Red+Green+Blue) = 196+43+170=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42BAA is #3BD455. Grayscale: #666666. Windows color (decimal): -3920982 or 11152324. OLE color: 11152324.

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

Color convert

RGB19643170-
CMYK00.780.130.23
HSL310.2º64.02%46.86%-
HSV(B)310.2º78.06%76.86%-
XYZ30.8816.3739.56-
YUV103.22165.69194.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 43 (17.19% from 255) = 10.51%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=47.92%
G=10.51%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964317000.780.130.23310.264.0246.86
HexC42BAA04ED17136402f
Octal304532520116152746610057
Binary1100010010101110101010010011101101101111001101101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42BAA; }

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

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

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

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

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

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

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

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