#C42BAD

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

Shades of Medium Red Violet #C42BAD

Tints of Medium Red Violet #C42BAD

Color information

#C42BAD (or 0xC42BAD) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and AD. RGB value is (196,43,173). Sum of RGB (Red+Green+Blue) = 196+43+173=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42BAD is #3BD452. Grayscale: #676767. Windows color (decimal): -3920979 or 11348932. OLE color: 11348932.

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

Color convert

RGB19643173-
CMYK00.780.120.23
HSL309.02º64.02%46.86%-
HSV(B)309.02º78.06%76.86%-
XYZ31.1716.4841.07-
YUV103.57167.19193.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 43 (17.19% from 255) = 10.44%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=47.57%
G=10.44%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964317300.780.120.23309.0264.0246.86
HexC42BAD04EC17135402f
Octal304532550116142746510057
Binary1100010010101110101101010011101100101111001101011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42BAD; }

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

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

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

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

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

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

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

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