Html Css Color HEX #C54A84 Mulberry

📋 copy color: '#C54A84'

red 197 ◦ green 74 ◦ blue 132

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

Shades of Mulberry #C54A84

Tints of Mulberry #C54A84

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

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

R = 48.88%
G = 18.36%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C54A84 (or 0xC54A84) is known color: Mulberry. HEX triplet: C5, 4A and 84. RGB value is (197,74,132). Sum of RGB (Red+Green+Blue) = 197+74+132=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54A84 is #3AB57B. Grayscale: #757575. Windows color (decimal): -3847548 or 8669893. OLE color: 8669893.

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

Color convert

RGB 197 74 132 -
CMYK 0 0.62 0.33 0.23
HSL 331.71º 0.51% 0.53% -
HSV(B) 331.71º 0.62% 0.77% -
XYZ 29.64 18.43 23.83 -
YUV 117.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 197 74 132 0 0.62 0.33 0.23 331.71 0.51 0.53
Hex C5 4A 84 0 3E 21 17 14C 33 35
Octal 305 112 204 0 76 41 27 514 63 65
Binary 11000101 1001010 10000100 0 111110 100001 10111 101001100 110011 110101

Color Harmonies of #C54A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A84

Black with #C54A84

Text Example


Text Example

White with #C54A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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