#CB38A9

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

Shades of Mulberry #CB38A9

Tints of Mulberry #CB38A9

Color information

#CB38A9 (or 0xCB38A9) is unknown color: approx Mulberry. HEX triplet: CB, 38 and A9. RGB value is (203,56,169). Sum of RGB (Red+Green+Blue) = 203+56+169=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38A9 is #34C756. Grayscale: #707070. Windows color (decimal): -3458903 or 11090123. OLE color: 11090123.

HSL color Cylindrical-coordinate representation of color #CB38A9: hue angle of 313.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB38A9 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB20356169-
CMYK00.720.170.20
HSL313.88º58.57%50.78%-
HSV(B)313.88º72.41%79.61%-
XYZ33.218.3939.34-
YUV112.84159.7192.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 56 (22.27% from 255) = 13.08%
BLUE value IS 169 (66.41% from 255) = 39.49%
R=47.43%
G=13.08%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035616900.720.170.20313.8858.5750.78
HexCB38A9048111413a3b33
Octal31370251011021244727363
Binary1100101111100010101001010010001000110100100111010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB38A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB38A9; }

 p { color: rgb(203,56,169); }

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

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

 a { background-color: rgb(203,56,169); }

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

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

 span { border-color: rgb(203,56,169); }

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