Html Css Color HEX #C54584 Mulberry

📋 copy color: '#C54584'

red 197 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #C54584

Tints of Mulberry #C54584

RGB

 RED value IS 197 (77.34% from 255) = 49.5%

 GREEN value IS 69 (27.34% from 255) = 17.34%

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 49.5%
G = 17.34%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C54584 (or 0xC54584) is known color: Mulberry. HEX triplet: C5, 45 and 84. RGB value is (197,69,132). Sum of RGB (Red+Green+Blue) = 197+69+132=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C54584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54584 is #3ABA7B. Grayscale: #727272. Windows color (decimal): -3848828 or 8668613. OLE color: 8668613.

HSL color Cylindrical-coordinate representation of color #C54584: hue angle of 330.47º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54584 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 132 -
CMYK 0 0.65 0.33 0.23
HSL 330.47º 0.52% 0.52% -
HSV(B) 330.47º 0.65% 0.77% -
XYZ 29.32 17.79 23.72 -
YUV 114.45 137.91 186.88 -
System Red Green Blue C M Y K H S L
Decimal 197 69 132 0 0.65 0.33 0.23 330.47 0.52 0.52
Hex C5 45 84 0 41 21 17 14A 34 34
Octal 305 105 204 0 101 41 27 512 64 64
Binary 11000101 1000101 10000100 0 1000001 100001 10111 101001010 110100 110100

Color Harmonies of #C54584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54584

Black with #C54584

Text Example


Text Example

White with #C54584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54584; }

 p { color: rgb(197,69,132); }

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

background-color css

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

 a { background-color: rgb(197,69,132); }

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

border-color css

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

 span { border-color: rgb(197,69,132); }

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