#CD3E98

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

Shades of Mulberry #CD3E98

Tints of Mulberry #CD3E98

Color information

#CD3E98 (or 0xCD3E98) is unknown color: approx Mulberry. HEX triplet: CD, 3E and 98. RGB value is (205,62,152). Sum of RGB (Red+Green+Blue) = 205+62+152=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3E98 is #32C167. Grayscale: #727272. Windows color (decimal): -3326312 or 9977549. OLE color: 9977549.

HSL color Cylindrical-coordinate representation of color #CD3E98: hue angle of 322.24º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E98 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20562152-
CMYK00.700.260.20
HSL322.24º58.85%52.35%-
HSV(B)322.24º69.76%80.39%-
XYZ32.5718.6931.6-
YUV115.02148.88192.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.93%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 152 (59.77% from 255) = 36.28%
R=48.93%
G=14.80%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056215200.700.260.20322.2458.8552.35
HexCD3E980461A141423b34
Octal31576230010632245027364
Binary1100110111111010011000010001101101010100101000010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E98; }

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

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

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

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

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

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

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

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