Html Css Color HEX #CB4580 Mulberry

📋 copy color: '#CB4580'

red 203 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #CB4580

Tints of Mulberry #CB4580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

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

R = 50.75%
G = 17.25%
B = 32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB4580 (or 0xCB4580) is known color: Mulberry. HEX triplet: CB, 45 and 80. RGB value is (203,69,128). Sum of RGB (Red+Green+Blue) = 203+69+128=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4580 is #34BA7F. Grayscale: #737373. Windows color (decimal): -3455616 or 8406475. OLE color: 8406475.

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

Color convert

RGB 203 69 128 -
CMYK 0 0.66 0.37 0.20
HSL 333.58º 0.56% 0.53% -
HSV(B) 333.58º 0.66% 0.8% -
XYZ 30.65 18.51 22.38 -
YUV 115.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 203 69 128 0 0.66 0.37 0.20 333.58 0.56 0.53
Hex CB 45 80 0 42 25 14 14E 38 35
Octal 313 105 200 0 102 45 24 516 70 65
Binary 11001011 1000101 10000000 0 1000010 100101 10100 101001110 111000 110101

Color Harmonies of #CB4580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4580

Black with #CB4580

Text Example


Text Example

White with #CB4580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4580; }

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

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

background-color css

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

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

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

border-color css

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

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

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