#CB417D

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

Shades of Mulberry #CB417D

Tints of Mulberry #CB417D

Color information

#CB417D (or 0xCB417D) is unknown color: approx Mulberry. HEX triplet: CB, 41 and 7D. RGB value is (203,65,125). Sum of RGB (Red+Green+Blue) = 203+65+125=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB417D is #34BE82. Grayscale: #717171. Windows color (decimal): -3456643 or 8208843. OLE color: 8208843.

HSL color Cylindrical-coordinate representation of color #CB417D: hue angle of 333.91º degrees, saturation: 0.57, 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 #CB417D is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20365125-
CMYK00.680.380.20
HSL333.91º57.02%52.55%-
HSV(B)333.91º67.98%79.61%-
XYZ30.2217.9621.28-
YUV113.1134.72192.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.65%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=51.65%
G=16.54%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036512500.680.380.20333.9157.0252.55
HexCB417D044261414e3935
Octal313101175010446245167165
Binary11001011100000111111010100010010011010100101001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB417D; }

 p { color: rgb(203,65,125); }

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

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

 a { background-color: rgb(203,65,125); }

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

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

 span { border-color: rgb(203,65,125); }

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