#c25ca6

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

Shades of Mulberry #C25CA6

Tints of Mulberry #C25CA6

Color information

#C25CA6 (or 0xC25CA6) is unknown color: approx Mulberry. HEX triplet: C2, 5C and A6. RGB value is (194,92,166). Sum of RGB (Red+Green+Blue) = 194+92+166=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25CA6 is #3DA359. Grayscale: #828282. Windows color (decimal): -4039514 or 10902722. OLE color: 10902722.

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

Color convert

RGB19492166-
CMYK00.530.140.24
HSL316.47º45.54%56.08%-
HSV(B)316.47º52.58%76.08%-
XYZ32.9621.8838.56-
YUV130.93147.79172.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=42.92%
G=20.35%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949216600.530.140.24316.4745.5456.08
HexC25CA6035E1813c2e38
Octal30213424606516304745670
Binary110000101011100101001100110101111011000100111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c25ca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c25ca6; }

 p { color: rgb(194,92,166); }

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

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

 a { background-color: rgb(194,92,166); }

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

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

 span { border-color: rgb(194,92,166); }

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