#c42da8

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

Shades of Medium Red Violet #C42DA8

Tints of Medium Red Violet #C42DA8

Color information

#C42DA8 (or 0xC42DA8) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2D and A8. RGB value is (196,45,168). Sum of RGB (Red+Green+Blue) = 196+45+168=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DA8 is #3BD257. Grayscale: #676767. Windows color (decimal): -3920472 or 11021764. OLE color: 11021764.

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

Color convert

RGB19645168-
CMYK00.770.140.23
HSL311.13º62.66%47.25%-
HSV(B)311.13º77.04%76.86%-
XYZ30.7716.4438.6-
YUV104.17164.03193.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 45 (17.97% from 255) = 11.00%
BLUE value IS 168 (66.02% from 255) = 41.08%
R=47.92%
G=11.00%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964516800.770.140.23311.1362.6647.25
HexC42DA804DE171373f2f
Octal30455250011516274677757
Binary110001001011011010100001001101111010111100110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42da8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42da8; }

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

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

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

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

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

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

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

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