#C143A1

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

Shades of Mulberry #C143A1

Tints of Mulberry #C143A1

Color information

#C143A1 (or 0xC143A1) is unknown color: approx Mulberry. HEX triplet: C1, 43 and A1. RGB value is (193,67,161). Sum of RGB (Red+Green+Blue) = 193+67+161=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C143A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143A1 is #3EBC5E. Grayscale: #737373. Windows color (decimal): -4111455 or 10568641. OLE color: 10568641.

HSL color Cylindrical-coordinate representation of color #C143A1: hue angle of 315.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C143A1 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19367161-
CMYK00.650.170.24
HSL315.24º50.4%50.98%-
HSV(B)315.24º65.28%75.69%-
XYZ30.4317.9235.57-
YUV115.39153.74183.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 67 (26.56% from 255) = 15.91%
BLUE value IS 161 (63.28% from 255) = 38.24%
R=45.84%
G=15.91%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936716100.650.170.24315.2450.450.98
HexC143A1041111813b3233
Octal301103241010121304736263
Binary11000001100001110100001010000011000111000100111011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C143A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C143A1; }

 p { color: rgb(193,67,161); }

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

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

 a { background-color: rgb(193,67,161); }

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

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

 span { border-color: rgb(193,67,161); }

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