Html Css Color HEX #CB5594 Mulberry

📋 copy color: '#CB5594'

red 203 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #CB5594

Tints of Mulberry #CB5594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 46.56%
G = 19.5%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB5594 (or 0xCB5594) is known color: Mulberry. HEX triplet: CB, 55 and 94. RGB value is (203,85,148). Sum of RGB (Red+Green+Blue) = 203+85+148=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5594 is #34AA6B. Grayscale: #7F7F7F. Windows color (decimal): -3451500 or 9721291. OLE color: 9721291.

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

Color convert

RGB 203 85 148 -
CMYK 0 0.58 0.27 0.20
HSL 327.97º 0.53% 0.56% -
HSV(B) 327.97º 0.58% 0.8% -
XYZ 33.22 21.33 30.38 -
YUV 127.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 203 85 148 0 0.58 0.27 0.20 327.97 0.53 0.56
Hex CB 55 94 0 3A 1B 14 148 35 38
Octal 313 125 224 0 72 33 24 510 65 70
Binary 11001011 1010101 10010100 0 111010 11011 10100 101001000 110101 111000

Color Harmonies of #CB5594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5594

Black with #CB5594

Text Example


Text Example

White with #CB5594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5594; }

 p { color: rgb(203,85,148); }

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

background-color css

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

 a { background-color: rgb(203,85,148); }

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

border-color css

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

 span { border-color: rgb(203,85,148); }

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