#c842a7

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

Shades of Mulberry #C842A7

Tints of Mulberry #C842A7

Color information

#C842A7 (or 0xC842A7) is unknown color: approx Mulberry. HEX triplet: C8, 42 and A7. RGB value is (200,66,167). Sum of RGB (Red+Green+Blue) = 200+66+167=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C842A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C842A7 is #37BD58. Grayscale: #757575. Windows color (decimal): -3652953 or 10961608. OLE color: 10961608.

HSL color Cylindrical-coordinate representation of color #C842A7: hue angle of 314.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C842A7 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB20066167-
CMYK00.670.160.22
HSL314.78º54.92%52.16%-
HSV(B)314.78º67%78.43%-
XYZ32.7418.9738.49-
YUV117.58155.89186.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 66 (26.17% from 255) = 15.24%
BLUE value IS 167 (65.62% from 255) = 38.57%
R=46.19%
G=15.24%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006616700.670.160.22314.7854.9252.16
HexC842A7043101613b3734
Octal310102247010320264736764
Binary11001000100001010100111010000111000010110100111011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c842a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c842a7; }

 p { color: rgb(200,66,167); }

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

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

 a { background-color: rgb(200,66,167); }

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

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

 span { border-color: rgb(200,66,167); }

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