Html Css Color HEX #CB4980 Mulberry

📋 copy color: '#CB4980'

red 203 ◦ green 73 ◦ blue 128

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

Shades of Mulberry #CB4980

Tints of Mulberry #CB4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

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

R = 50.25%
G = 18.07%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB4980 (or 0xCB4980) is known color: Mulberry. HEX triplet: CB, 49 and 80. RGB value is (203,73,128). Sum of RGB (Red+Green+Blue) = 203+73+128=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4980 is #34B67F. Grayscale: #767676. Windows color (decimal): -3454592 or 8407499. OLE color: 8407499.

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

Color convert

RGB 203 73 128 -
CMYK 0 0.64 0.37 0.20
HSL 334.62º 0.56% 0.54% -
HSV(B) 334.62º 0.64% 0.8% -
XYZ 30.91 19.02 22.46 -
YUV 118.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 203 73 128 0 0.64 0.37 0.20 334.62 0.56 0.54
Hex CB 49 80 0 40 25 14 14F 38 36
Octal 313 111 200 0 100 45 24 517 70 66
Binary 11001011 1001001 10000000 0 1000000 100101 10100 101001111 111000 110110

Color Harmonies of #CB4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4980

Black with #CB4980

Text Example


Text Example

White with #CB4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4980; }

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

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

background-color css

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

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

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

border-color css

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

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

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