#CB519E

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

Shades of Mulberry #CB519E

Tints of Mulberry #CB519E

Color information

#CB519E (or 0xCB519E) is unknown color: approx Mulberry. HEX triplet: CB, 51 and 9E. RGB value is (203,81,158). Sum of RGB (Red+Green+Blue) = 203+81+158=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB519E is #34AE61. Grayscale: #7E7E7E. Windows color (decimal): -3452514 or 10375627. OLE color: 10375627.

HSL color Cylindrical-coordinate representation of color #CB519E: hue angle of 322.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB519E is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB20381158-
CMYK00.600.220.20
HSL322.13º53.98%55.69%-
HSV(B)322.13º60.1%79.61%-
XYZ33.7421.0534.63-
YUV126.26145.92182.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=45.93%
G=18.33%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038115800.600.220.20322.1353.9855.69
HexCB519E03C16141423638
Octal31312123607426245026670
Binary1100101110100011001111001111001011010100101000010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB519E; }

 p { color: rgb(203,81,158); }

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

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

 a { background-color: rgb(203,81,158); }

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

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

 span { border-color: rgb(203,81,158); }

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