#CB38A8

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

Shades of Mulberry #CB38A8

Tints of Mulberry #CB38A8

Color information

#CB38A8 (or 0xCB38A8) is unknown color: approx Mulberry. HEX triplet: CB, 38 and A8. RGB value is (203,56,168). Sum of RGB (Red+Green+Blue) = 203+56+168=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38A8 is #34C757. Grayscale: #707070. Windows color (decimal): -3458904 or 11024587. OLE color: 11024587.

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

Color convert

RGB20356168-
CMYK00.720.170.20
HSL314.29º58.57%50.78%-
HSV(B)314.29º72.41%79.61%-
XYZ33.1118.3538.84-
YUV112.72159.2192.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 56 (22.27% from 255) = 13.11%
BLUE value IS 168 (66.02% from 255) = 39.34%
R=47.54%
G=13.11%
B=39.34%

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
Decimal2035616800.720.170.20314.2958.5750.78
HexCB38A8048111413a3b33
Octal31370250011021244727363
Binary1100101111100010101000010010001000110100100111010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB38A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB38A8; }

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

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

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

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

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

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

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

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