#C43CA0

Color #C43CA0 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C43CA0

Tints of Mulberry #C43CA0

Color information

#C43CA0 (or 0xC43CA0) is unknown color: approx Mulberry. HEX triplet: C4, 3C and A0. RGB value is (196,60,160). Sum of RGB (Red+Green+Blue) = 196+60+160=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CA0 is #3BC35F. Grayscale: #6F6F6F. Windows color (decimal): -3916640 or 10501316. OLE color: 10501316.

HSL color Cylindrical-coordinate representation of color #C43CA0: hue angle of 315.88º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43CA0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB19660160-
CMYK00.690.180.23
HSL315.88º53.54%50.2%-
HSV(B)315.88º69.39%76.86%-
XYZ30.7317.5135.02-
YUV112.06155.06187.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 60 (23.83% from 255) = 14.42%
BLUE value IS 160 (62.89% from 255) = 38.46%
R=47.12%
G=14.42%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966016000.690.180.23315.8853.5450.2
HexC43CA0045121713c3632
Octal30474240010522274746662
Binary1100010011110010100000010001011001010111100111100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43CA0; }

 p { color: rgb(196,60,160); }

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

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

 a { background-color: rgb(196,60,160); }

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

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

 span { border-color: rgb(196,60,160); }

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