Html Css Color HEX #C54582 Mulberry

📋 copy color: '#C54582'

red 197 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #C54582

Tints of Mulberry #C54582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.83%

R = 49.75%
G = 17.42%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C54582 (or 0xC54582) is known color: Mulberry. HEX triplet: C5, 45 and 82. RGB value is (197,69,130). Sum of RGB (Red+Green+Blue) = 197+69+130=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54582 is #3ABA7D. Grayscale: #727272. Windows color (decimal): -3848830 or 8537541. OLE color: 8537541.

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

Color convert

RGB 197 69 130 -
CMYK 0 0.65 0.34 0.23
HSL 331.41º 0.52% 0.52% -
HSV(B) 331.41º 0.65% 0.77% -
XYZ 29.18 17.74 23 -
YUV 114.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 197 69 130 0 0.65 0.34 0.23 331.41 0.52 0.52
Hex C5 45 82 0 41 22 17 14B 34 34
Octal 305 105 202 0 101 42 27 513 64 64
Binary 11000101 1000101 10000010 0 1000001 100010 10111 101001011 110100 110100

Color Harmonies of #C54582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54582

Black with #C54582

Text Example


Text Example

White with #C54582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54582; }

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

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

background-color css

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

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

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

border-color css

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

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

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