#C43CA4

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

Shades of Mulberry #C43CA4

Tints of Mulberry #C43CA4

Color information

#C43CA4 (or 0xC43CA4) is unknown color: approx Mulberry. HEX triplet: C4, 3C and A4. RGB value is (196,60,164). Sum of RGB (Red+Green+Blue) = 196+60+164=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CA4 is #3BC35B. Grayscale: #707070. Windows color (decimal): -3916636 or 10763460. OLE color: 10763460.

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

Color convert

RGB19660164-
CMYK00.690.160.23
HSL314.12º53.54%50.2%-
HSV(B)314.12º69.39%76.86%-
XYZ31.0817.6536.89-
YUV112.52157.06187.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 60 (23.83% from 255) = 14.29%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=46.67%
G=14.29%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966016400.690.160.23314.1253.5450.2
HexC43CA4045101713a3632
Octal30474244010520274726662
Binary1100010011110010100100010001011000010111100111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43CA4; }

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

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

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

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

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

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

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

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