Html Css Color HEX #CB4790 Mulberry

📋 copy color: '#CB4790'

red 203 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #CB4790

Tints of Mulberry #CB4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 48.56%
G = 16.99%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB4790 (or 0xCB4790) is known color: Mulberry. HEX triplet: CB, 47 and 90. RGB value is (203,71,144). Sum of RGB (Red+Green+Blue) = 203+71+144=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4790 is #34B86F. Grayscale: #767676. Windows color (decimal): -3455088 or 9455563. OLE color: 9455563.

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

Color convert

RGB 203 71 144 -
CMYK 0 0.65 0.29 0.20
HSL 326.82º 0.56% 0.54% -
HSV(B) 326.82º 0.65% 0.8% -
XYZ 31.92 19.22 28.41 -
YUV 118.79 142.23 188.06 -
System Red Green Blue C M Y K H S L
Decimal 203 71 144 0 0.65 0.29 0.20 326.82 0.56 0.54
Hex CB 47 90 0 41 1D 14 147 38 36
Octal 313 107 220 0 101 35 24 507 70 66
Binary 11001011 1000111 10010000 0 1000001 11101 10100 101000111 111000 110110

Color Harmonies of #CB4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4790

Black with #CB4790

Text Example


Text Example

White with #CB4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4790; }

 p { color: rgb(203,71,144); }

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

background-color css

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

 a { background-color: rgb(203,71,144); }

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

border-color css

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

 span { border-color: rgb(203,71,144); }

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