Html Css Color HEX #CB4880 Mulberry

📋 copy color: '#CB4880'

red 203 ◦ green 72 ◦ blue 128

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

Shades of Mulberry #CB4880

Tints of Mulberry #CB4880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 50.37%
G = 17.87%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB4880 (or 0xCB4880) is known color: Mulberry. HEX triplet: CB, 48 and 80. RGB value is (203,72,128). Sum of RGB (Red+Green+Blue) = 203+72+128=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4880 is #34B77F. Grayscale: #757575. Windows color (decimal): -3454848 or 8407243. OLE color: 8407243.

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

Color convert

RGB 203 72 128 -
CMYK 0 0.65 0.37 0.20
HSL 334.35º 0.56% 0.54% -
HSV(B) 334.35º 0.65% 0.8% -
XYZ 30.84 18.89 22.44 -
YUV 117.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 203 72 128 0 0.65 0.37 0.20 334.35 0.56 0.54
Hex CB 48 80 0 41 25 14 14E 38 36
Octal 313 110 200 0 101 45 24 516 70 66
Binary 11001011 1001000 10000000 0 1000001 100101 10100 101001110 111000 110110

Color Harmonies of #CB4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4880

Black with #CB4880

Text Example


Text Example

White with #CB4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4880; }

 p { color: rgb(203,72,128); }

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

background-color css

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

 a { background-color: rgb(203,72,128); }

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

border-color css

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

 span { border-color: rgb(203,72,128); }

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