Html Css Color HEX #C54580 Mulberry

📋 copy color: '#C54580'

red 197 ◦ green 69 ◦ blue 128

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

Shades of Mulberry #C54580

Tints of Mulberry #C54580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.49%

R = 50%
G = 17.51%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C54580 (or 0xC54580) is known color: Mulberry. HEX triplet: C5, 45 and 80. RGB value is (197,69,128). Sum of RGB (Red+Green+Blue) = 197+69+128=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C54580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54580 is #3ABA7F. Grayscale: #717171. Windows color (decimal): -3848832 or 8406469. OLE color: 8406469.

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

Color convert

RGB 197 69 128 -
CMYK 0 0.65 0.35 0.23
HSL 332.34º 0.52% 0.52% -
HSV(B) 332.34º 0.65% 0.77% -
XYZ 29.05 17.69 22.3 -
YUV 114 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 197 69 128 0 0.65 0.35 0.23 332.34 0.52 0.52
Hex C5 45 80 0 41 23 17 14C 34 34
Octal 305 105 200 0 101 43 27 514 64 64
Binary 11000101 1000101 10000000 0 1000001 100011 10111 101001100 110100 110100

Color Harmonies of #C54580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54580

Black with #C54580

Text Example


Text Example

White with #C54580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54580; }

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

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

background-color css

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

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

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

border-color css

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

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

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