Html Css Color HEX #C9548F Mulberry

📋 copy color: '#C9548F'

red 201 ◦ green 84 ◦ blue 143

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

Shades of Mulberry #C9548F

Tints of Mulberry #C9548F

RGB

 RED value IS 201 (78.91% from 255) = 46.96%

 GREEN value IS 84 (33.2% from 255) = 19.63%

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 46.96%
G = 19.63%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9548F (or 0xC9548F) is known color: Mulberry. HEX triplet: C9, 54 and 8F. RGB value is (201,84,143). Sum of RGB (Red+Green+Blue) = 201+84+143=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9548F is #36AB70. Grayscale: #7D7D7D. Windows color (decimal): -3582833 or 9393353. OLE color: 9393353.

HSL color Cylindrical-coordinate representation of color #C9548F: hue angle of 329.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9548F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 84 143 -
CMYK 0 0.58 0.29 0.21
HSL 329.74º 0.52% 0.56% -
HSV(B) 329.74º 0.58% 0.79% -
XYZ 32.22 20.74 28.29 -
YUV 125.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 201 84 143 0 0.58 0.29 0.21 329.74 0.52 0.56
Hex C9 54 8F 0 3A 1D 15 14A 34 38
Octal 311 124 217 0 72 35 25 512 64 70
Binary 11001001 1010100 10001111 0 111010 11101 10101 101001010 110100 111000

Color Harmonies of #C9548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9548F

Black with #C9548F

Text Example


Text Example

White with #C9548F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9548F; }

 p { color: rgb(201,84,143); }

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

background-color css

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

 a { background-color: rgb(201,84,143); }

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

border-color css

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

 span { border-color: rgb(201,84,143); }

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