Html Css Color HEX #CB59A1 Mulberry

📋 copy color: '#CB59A1'

red 203 ◦ green 89 ◦ blue 161

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

Shades of Mulberry #CB59A1

Tints of Mulberry #CB59A1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.65%

 BLUE value IS 161 (63.28% from 255) = 35.54%

R = 44.81%
G = 19.65%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB59A1 (or 0xCB59A1) is known color: Mulberry. HEX triplet: CB, 59 and A1. RGB value is (203,89,161). Sum of RGB (Red+Green+Blue) = 203+89+161=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB59A1 is #34A65E. Grayscale: #838383. Windows color (decimal): -3450463 or 10574283. OLE color: 10574283.

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

Color convert

RGB 203 89 161 -
CMYK 0 0.56 0.21 0.20
HSL 322.11º 0.52% 0.57% -
HSV(B) 322.11º 0.56% 0.8% -
XYZ 34.63 22.41 36.22 -
YUV 131.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 203 89 161 0 0.56 0.21 0.20 322.11 0.52 0.57
Hex CB 59 A1 0 38 15 14 142 34 39
Octal 313 131 241 0 70 25 24 502 64 71
Binary 11001011 1011001 10100001 0 111000 10101 10100 101000010 110100 111001

Color Harmonies of #CB59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59A1

Black with #CB59A1

Text Example


Text Example

White with #CB59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59A1; }

 p { color: rgb(203,89,161); }

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

background-color css

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

 a { background-color: rgb(203,89,161); }

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

border-color css

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

 span { border-color: rgb(203,89,161); }

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