Html Css Color HEX #CB5388 Mulberry

📋 copy color: '#CB5388'

red 203 ◦ green 83 ◦ blue 136

#CB5388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CB5388

Tints of Mulberry #CB5388

RGB

 RED value IS 203 (79.69% from 255) = 48.1%

 GREEN value IS 83 (32.81% from 255) = 19.67%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 48.1%
G = 19.67%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB5388 (or 0xCB5388) is known color: Mulberry. HEX triplet: CB, 53 and 88. RGB value is (203,83,136). Sum of RGB (Red+Green+Blue) = 203+83+136=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5388 is #34AC77. Grayscale: #7C7C7C. Windows color (decimal): -3452024 or 8934347. OLE color: 8934347.

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

Color convert

RGB 203 83 136 -
CMYK 0 0.59 0.33 0.20
HSL 333.5º 0.54% 0.56% -
HSV(B) 333.5º 0.59% 0.8% -
XYZ 32.17 20.66 25.59 -
YUV 124.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 203 83 136 0 0.59 0.33 0.20 333.5 0.54 0.56
Hex CB 53 88 0 3B 21 14 14E 36 38
Octal 313 123 210 0 73 41 24 516 66 70
Binary 11001011 1010011 10001000 0 111011 100001 10100 101001110 110110 111000

Color Harmonies of #CB5388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5388

Black with #CB5388

Text Example


Text Example

White with #CB5388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5388; }

 p { color: rgb(203,83,136); }

 H1.HeaderClassName
 {
   color: #CB5388;
 }
 .AnyTagClassName
 {
   color: #CB5388;
 }
</style>

background-color css

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

 a { background-color: rgb(203,83,136); }

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

border-color css

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

 span { border-color: rgb(203,83,136); }

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