Html Css Color HEX #CB47A0 Mulberry

📋 copy color: '#CB47A0'

red 203 ◦ green 71 ◦ blue 160

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

Shades of Mulberry #CB47A0

Tints of Mulberry #CB47A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 46.77%
G = 16.36%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB47A0 (or 0xCB47A0) is known color: Mulberry. HEX triplet: CB, 47 and A0. RGB value is (203,71,160). Sum of RGB (Red+Green+Blue) = 203+71+160=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB47A0 is #34B85F. Grayscale: #787878. Windows color (decimal): -3455072 or 10504139. OLE color: 10504139.

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

Color convert

RGB 203 71 160 -
CMYK 0 0.65 0.21 0.20
HSL 319.55º 0.56% 0.54% -
HSV(B) 319.55º 0.65% 0.8% -
XYZ 33.23 19.74 35.32 -
YUV 120.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 203 71 160 0 0.65 0.21 0.20 319.55 0.56 0.54
Hex CB 47 A0 0 41 15 14 140 38 36
Octal 313 107 240 0 101 25 24 500 70 66
Binary 11001011 1000111 10100000 0 1000001 10101 10100 101000000 111000 110110

Color Harmonies of #CB47A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47A0

Black with #CB47A0

Text Example


Text Example

White with #CB47A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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