Html Css Color HEX #C54090 Mulberry

📋 copy color: '#C54090'

red 197 ◦ green 64 ◦ blue 144

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

Shades of Mulberry #C54090

Tints of Mulberry #C54090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

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

R = 48.64%
G = 15.8%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C54090 (or 0xC54090) is known color: Mulberry. HEX triplet: C5, 40 and 90. RGB value is (197,64,144). Sum of RGB (Red+Green+Blue) = 197+64+144=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C54090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54090 is #3ABF6F. Grayscale: #707070. Windows color (decimal): -3850096 or 9453765. OLE color: 9453765.

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

Color convert

RGB 197 64 144 -
CMYK 0 0.68 0.27 0.23
HSL 323.91º 0.53% 0.51% -
HSV(B) 323.91º 0.68% 0.77% -
XYZ 29.89 17.55 28.2 -
YUV 112.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 197 64 144 0 0.68 0.27 0.23 323.91 0.53 0.51
Hex C5 40 90 0 44 1B 17 144 35 33
Octal 305 100 220 0 104 33 27 504 65 63
Binary 11000101 1000000 10010000 0 1000100 11011 10111 101000100 110101 110011

Color Harmonies of #C54090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54090

Black with #C54090

Text Example


Text Example

White with #C54090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54090; }

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

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

background-color css

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

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

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

border-color css

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

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

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