Html Css Color HEX #CB47A8 Mulberry

📋 copy color: '#CB47A8'

red 203 ◦ green 71 ◦ blue 168

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

Shades of Mulberry #CB47A8

Tints of Mulberry #CB47A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 45.93%
G = 16.06%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CB47A8 (or 0xCB47A8) is known color: Mulberry. HEX triplet: CB, 47 and A8. RGB value is (203,71,168). Sum of RGB (Red+Green+Blue) = 203+71+168=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB47A8 is #34B857. Grayscale: #797979. Windows color (decimal): -3455064 or 11028427. OLE color: 11028427.

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

Color convert

RGB 203 71 168 -
CMYK 0 0.65 0.17 0.20
HSL 315.91º 0.56% 0.54% -
HSV(B) 315.91º 0.65% 0.8% -
XYZ 33.95 20.03 39.12 -
YUV 121.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 203 71 168 0 0.65 0.17 0.20 315.91 0.56 0.54
Hex CB 47 A8 0 41 11 14 13C 38 36
Octal 313 107 250 0 101 21 24 474 70 66
Binary 11001011 1000111 10101000 0 1000001 10001 10100 100111100 111000 110110

Color Harmonies of #CB47A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47A8

Black with #CB47A8

Text Example


Text Example

White with #CB47A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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