Html Css Color HEX #CB478D Mulberry

📋 copy color: '#CB478D'

red 203 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #CB478D

Tints of Mulberry #CB478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 48.92%
G = 17.11%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB478D (or 0xCB478D) is known color: Mulberry. HEX triplet: CB, 47 and 8D. RGB value is (203,71,141). Sum of RGB (Red+Green+Blue) = 203+71+141=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB478D is #34B872. Grayscale: #767676. Windows color (decimal): -3455091 or 9258955. OLE color: 9258955.

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

Color convert

RGB 203 71 141 -
CMYK 0 0.65 0.31 0.20
HSL 328.18º 0.56% 0.54% -
HSV(B) 328.18º 0.65% 0.8% -
XYZ 31.69 19.13 27.22 -
YUV 118.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 203 71 141 0 0.65 0.31 0.20 328.18 0.56 0.54
Hex CB 47 8D 0 41 1F 14 148 38 36
Octal 313 107 215 0 101 37 24 510 70 66
Binary 11001011 1000111 10001101 0 1000001 11111 10100 101001000 111000 110110

Color Harmonies of #CB478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB478D

Black with #CB478D

Text Example


Text Example

White with #CB478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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