#C43CA6

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

Shades of Mulberry #C43CA6

Tints of Mulberry #C43CA6

Color information

#C43CA6 (or 0xC43CA6) is unknown color: approx Mulberry. HEX triplet: C4, 3C and A6. RGB value is (196,60,166). Sum of RGB (Red+Green+Blue) = 196+60+166=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43CA6 is #3BC359. Grayscale: #707070. Windows color (decimal): -3916634 or 10894532. OLE color: 10894532.

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

Color convert

RGB19660166-
CMYK00.690.150.23
HSL313.24º53.54%50.2%-
HSV(B)313.24º69.39%76.86%-
XYZ31.2617.7237.85-
YUV112.75158.06187.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 60 (23.83% from 255) = 14.22%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=46.45%
G=14.22%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966016600.690.150.23313.2453.5450.2
HexC43CA6045F171393632
Octal30474246010517274716662
Binary110001001111001010011001000101111110111100111001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43CA6; }

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

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

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

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

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

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

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

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