#C245A7

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

Shades of Mulberry #C245A7

Tints of Mulberry #C245A7

Color information

#C245A7 (or 0xC245A7) is unknown color: approx Mulberry. HEX triplet: C2, 45 and A7. RGB value is (194,69,167). Sum of RGB (Red+Green+Blue) = 194+69+167=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C245A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245A7 is #3DBA58. Grayscale: #757575. Windows color (decimal): -4045401 or 10962370. OLE color: 10962370.

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

Color convert

RGB19469167-
CMYK00.640.140.24
HSL312.96º50.61%51.57%-
HSV(B)312.96º64.43%76.08%-
XYZ31.3518.5238.48-
YUV117.55155.91182.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 167 (65.62% from 255) = 38.84%
R=45.12%
G=16.05%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946916700.640.140.24312.9650.6151.57
HexC245A7040E181393334
Octal302105247010016304716364
Binary1100001010001011010011101000000111011000100111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C245A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C245A7; }

 p { color: rgb(194,69,167); }

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

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

 a { background-color: rgb(194,69,167); }

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

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

 span { border-color: rgb(194,69,167); }

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