#CD4198

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

Shades of Mulberry #CD4198

Tints of Mulberry #CD4198

Color information

#CD4198 (or 0xCD4198) is unknown color: approx Mulberry. HEX triplet: CD, 41 and 98. RGB value is (205,65,152). Sum of RGB (Red+Green+Blue) = 205+65+152=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4198 is #32BE67. Grayscale: #747474. Windows color (decimal): -3325544 or 9978317. OLE color: 9978317.

HSL color Cylindrical-coordinate representation of color #CD4198: hue angle of 322.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4198 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20565152-
CMYK00.680.260.20
HSL322.71º58.33%52.94%-
HSV(B)322.71º68.29%80.39%-
XYZ32.7319.0331.65-
YUV116.78147.88190.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.58%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=48.58%
G=15.40%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056515200.680.260.20322.7158.3352.94
HexCD41980441A141433a35
Octal315101230010432245037265
Binary11001101100000110011000010001001101010100101000011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4198; }

 p { color: rgb(205,65,152); }

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

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

 a { background-color: rgb(205,65,152); }

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

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

 span { border-color: rgb(205,65,152); }

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