Html Css Color HEX #C4508D Mulberry

📋 copy color: '#C4508D'

red 196 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #C4508D

Tints of Mulberry #C4508D

RGB

 RED value IS 196 (76.95% from 255) = 47%

 GREEN value IS 80 (31.64% from 255) = 19.18%

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

R = 47%
G = 19.18%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4508D (or 0xC4508D) is known color: Mulberry. HEX triplet: C4, 50 and 8D. RGB value is (196,80,141). Sum of RGB (Red+Green+Blue) = 196+80+141=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4508D is #3BAF72. Grayscale: #797979. Windows color (decimal): -3911539 or 9261252. OLE color: 9261252.

HSL color Cylindrical-coordinate representation of color #C4508D: hue angle of 328.45º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4508D is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 141 -
CMYK 0 0.59 0.28 0.23
HSL 328.45º 0.5% 0.54% -
HSV(B) 328.45º 0.59% 0.77% -
XYZ 30.44 19.4 27.34 -
YUV 121.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 196 80 141 0 0.59 0.28 0.23 328.45 0.5 0.54
Hex C4 50 8D 0 3B 1C 17 148 32 36
Octal 304 120 215 0 73 34 27 510 62 66
Binary 11000100 1010000 10001101 0 111011 11100 10111 101001000 110010 110110

Color Harmonies of #C4508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4508D

Black with #C4508D

Text Example


Text Example

White with #C4508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4508D; }

 p { color: rgb(196,80,141); }

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

background-color css

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

 a { background-color: rgb(196,80,141); }

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

border-color css

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

 span { border-color: rgb(196,80,141); }

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