#C34F98

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

Shades of Mulberry #C34F98

Tints of Mulberry #C34F98

Color information

#C34F98 (or 0xC34F98) is unknown color: approx Mulberry. HEX triplet: C3, 4F and 98. RGB value is (195,79,152). Sum of RGB (Red+Green+Blue) = 195+79+152=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F98 is #3CB067. Grayscale: #797979. Windows color (decimal): -3977320 or 9981891. OLE color: 9981891.

HSL color Cylindrical-coordinate representation of color #C34F98: hue angle of 322.24º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F98 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB19579152-
CMYK00.590.220.24
HSL322.24º49.15%53.73%-
HSV(B)322.24º59.49%76.47%-
XYZ30.9719.4631.83-
YUV122.01144.93180.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 79 (31.25% from 255) = 18.54%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=45.77%
G=18.54%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957915200.590.220.24322.2449.1553.73
HexC34F9803B16181423136
Octal30311723007326305026166
Binary1100001110011111001100001110111011011000101000010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34F98; }

 p { color: rgb(195,79,152); }

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

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

 a { background-color: rgb(195,79,152); }

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

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

 span { border-color: rgb(195,79,152); }

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