#CB38A4

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

Shades of Mulberry #CB38A4

Tints of Mulberry #CB38A4

Color information

#CB38A4 (or 0xCB38A4) is unknown color: approx Mulberry. HEX triplet: CB, 38 and A4. RGB value is (203,56,164). Sum of RGB (Red+Green+Blue) = 203+56+164=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38A4 is #34C75B. Grayscale: #6F6F6F. Windows color (decimal): -3458908 or 10762443. OLE color: 10762443.

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

Color convert

RGB20356164-
CMYK00.720.190.20
HSL315.92º58.57%50.78%-
HSV(B)315.92º72.41%79.61%-
XYZ32.7418.2136.91-
YUV112.26157.2192.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=47.99%
G=13.24%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035616400.720.190.20315.9258.5750.78
HexCB38A4048131413c3b33
Octal31370244011023244747363
Binary1100101111100010100100010010001001110100100111100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB38A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB38A4; }

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

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

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

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

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

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

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

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