Html Css Color HEX #CB558D Mulberry

📋 copy color: '#CB558D'

red 203 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #CB558D

Tints of Mulberry #CB558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 47.32%
G = 19.81%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB558D (or 0xCB558D) is known color: Mulberry. HEX triplet: CB, 55 and 8D. RGB value is (203,85,141). Sum of RGB (Red+Green+Blue) = 203+85+141=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB558D is #34AA72. Grayscale: #7E7E7E. Windows color (decimal): -3451507 or 9262539. OLE color: 9262539.

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

Color convert

RGB 203 85 141 -
CMYK 0 0.58 0.31 0.20
HSL 331.53º 0.53% 0.56% -
HSV(B) 331.53º 0.58% 0.8% -
XYZ 32.68 21.12 27.55 -
YUV 126.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 203 85 141 0 0.58 0.31 0.20 331.53 0.53 0.56
Hex CB 55 8D 0 3A 1F 14 14C 35 38
Octal 313 125 215 0 72 37 24 514 65 70
Binary 11001011 1010101 10001101 0 111010 11111 10100 101001100 110101 111000

Color Harmonies of #CB558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB558D

Black with #CB558D

Text Example


Text Example

White with #CB558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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