Html Css Color HEX #CB4582 Mulberry

📋 copy color: '#CB4582'

red 203 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #CB4582

Tints of Mulberry #CB4582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 50.5%
G = 17.16%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#CB4582 (or 0xCB4582) is known color: Mulberry. HEX triplet: CB, 45 and 82. RGB value is (203,69,130). Sum of RGB (Red+Green+Blue) = 203+69+130=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4582 is #34BA7D. Grayscale: #737373. Windows color (decimal): -3455614 or 8537547. OLE color: 8537547.

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

Color convert

RGB 203 69 130 -
CMYK 0 0.66 0.36 0.20
HSL 332.69º 0.56% 0.53% -
HSV(B) 332.69º 0.66% 0.8% -
XYZ 30.79 18.56 23.08 -
YUV 116.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 203 69 130 0 0.66 0.36 0.20 332.69 0.56 0.53
Hex CB 45 82 0 42 24 14 14D 38 35
Octal 313 105 202 0 102 44 24 515 70 65
Binary 11001011 1000101 10000010 0 1000010 100100 10100 101001101 111000 110101

Color Harmonies of #CB4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4582

Black with #CB4582

Text Example


Text Example

White with #CB4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4582; }

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

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

background-color css

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

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

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

border-color css

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

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

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