#CB38AA

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

Shades of Mulberry #CB38AA

Tints of Mulberry #CB38AA

Color information

#CB38AA (or 0xCB38AA) is unknown color: approx Mulberry. HEX triplet: CB, 38 and AA. RGB value is (203,56,170). Sum of RGB (Red+Green+Blue) = 203+56+170=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38AA is #34C755. Grayscale: #707070. Windows color (decimal): -3458902 or 11155659. OLE color: 11155659.

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

Color convert

RGB20356170-
CMYK00.720.160.20
HSL313.47º58.57%50.78%-
HSV(B)313.47º72.41%79.61%-
XYZ33.318.4339.83-
YUV112.95160.2192.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 56 (22.27% from 255) = 13.05%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=47.32%
G=13.05%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035617000.720.160.20313.4758.5750.78
HexCB38AA04810141393b33
Octal31370252011020244717363
Binary1100101111100010101010010010001000010100100111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB38AA; }

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

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

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

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

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

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

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

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