#C43182

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

Shades of Medium Red Violet #C43182

Tints of Medium Red Violet #C43182

Color information

#C43182 (or 0xC43182) is unknown color: approx Medium Red Violet. HEX triplet: C4, 31 and 82. RGB value is (196,49,130). Sum of RGB (Red+Green+Blue) = 196+49+130=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C43182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43182 is #3BCE7D. Grayscale: #666666. Windows color (decimal): -3919486 or 8532420. OLE color: 8532420.

HSL color Cylindrical-coordinate representation of color #C43182: hue angle of 326.94º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43182 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19649130-
CMYK00.750.340.23
HSL326.94º60%48.04%-
HSV(B)326.94º75%76.86%-
XYZ27.8915.5422.65-
YUV102.19143.7194.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 49 (19.53% from 255) = 13.07%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=52.27%
G=13.07%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964913000.750.340.23326.946048.04
HexC4318204B22171473c30
Octal30461202011342275077460
Binary11000100110001100000100100101110001010111101000111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43182; }

 p { color: rgb(196,49,130); }

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

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

 a { background-color: rgb(196,49,130); }

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

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

 span { border-color: rgb(196,49,130); }

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