Html Css Color HEX #CB4581 Mulberry

📋 copy color: '#CB4581'

red 203 ◦ green 69 ◦ blue 129

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

Shades of Mulberry #CB4581

Tints of Mulberry #CB4581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 50.62%
G = 17.21%
B = 32.17%

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

#CB4581 (or 0xCB4581) is known color: Mulberry. HEX triplet: CB, 45 and 81. RGB value is (203,69,129). Sum of RGB (Red+Green+Blue) = 203+69+129=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4581 is #34BA7E. Grayscale: #737373. Windows color (decimal): -3455615 or 8472011. OLE color: 8472011.

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

Color convert

RGB 203 69 129 -
CMYK 0 0.66 0.36 0.20
HSL 333.13º 0.56% 0.53% -
HSV(B) 333.13º 0.66% 0.8% -
XYZ 30.72 18.54 22.73 -
YUV 115.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 203 69 129 0 0.66 0.36 0.20 333.13 0.56 0.53
Hex CB 45 81 0 42 24 14 14D 38 35
Octal 313 105 201 0 102 44 24 515 70 65
Binary 11001011 1000101 10000001 0 1000010 100100 10100 101001101 111000 110101

Color Harmonies of #CB4581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4581

Black with #CB4581

Text Example


Text Example

White with #CB4581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4581; }

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

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

background-color css

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

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

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

border-color css

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

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

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