Html Css Color HEX #C54590 Mulberry

📋 copy color: '#C54590'

red 197 ◦ green 69 ◦ blue 144

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

Shades of Mulberry #C54590

Tints of Mulberry #C54590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 48.05%
G = 16.83%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C54590 (or 0xC54590) is known color: Mulberry. HEX triplet: C5, 45 and 90. RGB value is (197,69,144). Sum of RGB (Red+Green+Blue) = 197+69+144=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54590 is #3ABA6F. Grayscale: #737373. Windows color (decimal): -3848816 or 9455045. OLE color: 9455045.

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

Color convert

RGB 197 69 144 -
CMYK 0 0.65 0.27 0.23
HSL 324.84º 0.52% 0.52% -
HSV(B) 324.84º 0.65% 0.77% -
XYZ 30.19 18.14 28.3 -
YUV 115.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 197 69 144 0 0.65 0.27 0.23 324.84 0.52 0.52
Hex C5 45 90 0 41 1B 17 145 34 34
Octal 305 105 220 0 101 33 27 505 64 64
Binary 11000101 1000101 10010000 0 1000001 11011 10111 101000101 110100 110100

Color Harmonies of #C54590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54590

Black with #C54590

Text Example


Text Example

White with #C54590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54590; }

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

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

background-color css

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

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

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

border-color css

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

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

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