#CB3D9D

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

Shades of Mulberry #CB3D9D

Tints of Mulberry #CB3D9D

Color information

#CB3D9D (or 0xCB3D9D) is unknown color: approx Mulberry. HEX triplet: CB, 3D and 9D. RGB value is (203,61,157). Sum of RGB (Red+Green+Blue) = 203+61+157=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3D9D is #34C262. Grayscale: #727272. Windows color (decimal): -3457635 or 10304971. OLE color: 10304971.

HSL color Cylindrical-coordinate representation of color #CB3D9D: hue angle of 319.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D9D is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20361157-
CMYK00.700.230.20
HSL319.44º57.72%51.76%-
HSV(B)319.44º69.95%79.61%-
XYZ32.3818.4733.76-
YUV114.4152.04191.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 157 (61.72% from 255) = 37.29%
R=48.22%
G=14.49%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036115700.700.230.20319.4457.7251.76
HexCB3D9D046171413f3a34
Octal31375235010627244777264
Binary1100101111110110011101010001101011110100100111111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D9D; }

 p { color: rgb(203,61,157); }

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

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

 a { background-color: rgb(203,61,157); }

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

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

 span { border-color: rgb(203,61,157); }

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