#CB419C

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

Shades of Mulberry #CB419C

Tints of Mulberry #CB419C

Color information

#CB419C (or 0xCB419C) is unknown color: approx Mulberry. HEX triplet: CB, 41 and 9C. RGB value is (203,65,156). Sum of RGB (Red+Green+Blue) = 203+65+156=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB419C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB419C is #34BE63. Grayscale: #747474. Windows color (decimal): -3456612 or 10240459. OLE color: 10240459.

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

Color convert

RGB20365156-
CMYK00.680.230.20
HSL320.43º57.02%52.55%-
HSV(B)320.43º67.98%79.61%-
XYZ32.5218.8833.38-
YUV116.64150.22189.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 65 (25.78% from 255) = 15.33%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=47.88%
G=15.33%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036515600.680.230.20320.4357.0252.55
HexCB419C04417141403935
Octal313101234010427245007165
Binary11001011100000110011100010001001011110100101000000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB419C; }

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

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

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

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

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

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

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

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