Html Css Color HEX #C54490 Mulberry

📋 copy color: '#C54490'

red 197 ◦ green 68 ◦ blue 144

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

Shades of Mulberry #C54490

Tints of Mulberry #C54490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

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

R = 48.17%
G = 16.63%
B = 35.21%

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

#C54490 (or 0xC54490) is known color: Mulberry. HEX triplet: C5, 44 and 90. RGB value is (197,68,144). Sum of RGB (Red+Green+Blue) = 197+68+144=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C54490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54490 is #3ABB6F. Grayscale: #737373. Windows color (decimal): -3849072 or 9454789. OLE color: 9454789.

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

Color convert

RGB 197 68 144 -
CMYK 0 0.65 0.27 0.23
HSL 324.65º 0.53% 0.52% -
HSV(B) 324.65º 0.65% 0.77% -
XYZ 30.13 18.02 28.28 -
YUV 115.24 144.24 186.32 -
System Red Green Blue C M Y K H S L
Decimal 197 68 144 0 0.65 0.27 0.23 324.65 0.53 0.52
Hex C5 44 90 0 41 1B 17 145 35 34
Octal 305 104 220 0 101 33 27 505 65 64
Binary 11000101 1000100 10010000 0 1000001 11011 10111 101000101 110101 110100

Color Harmonies of #C54490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54490

Black with #C54490

Text Example


Text Example

White with #C54490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54490; }

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

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

background-color css

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

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

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

border-color css

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

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

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