Html Css Color HEX #C54492 Mulberry

📋 copy color: '#C54492'

red 197 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #C54492

Tints of Mulberry #C54492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 47.93%
G = 16.55%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C54492 (or 0xC54492) is known color: Mulberry. HEX triplet: C5, 44 and 92. RGB value is (197,68,146). Sum of RGB (Red+Green+Blue) = 197+68+146=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C54492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54492 is #3ABB6D. Grayscale: #737373. Windows color (decimal): -3849070 or 9585861. OLE color: 9585861.

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

Color convert

RGB 197 68 146 -
CMYK 0 0.65 0.26 0.23
HSL 323.72º 0.53% 0.52% -
HSV(B) 323.72º 0.65% 0.77% -
XYZ 30.28 18.08 29.09 -
YUV 115.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 197 68 146 0 0.65 0.26 0.23 323.72 0.53 0.52
Hex C5 44 92 0 41 1A 17 144 35 34
Octal 305 104 222 0 101 32 27 504 65 64
Binary 11000101 1000100 10010010 0 1000001 11010 10111 101000100 110101 110100

Color Harmonies of #C54492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54492

Black with #C54492

Text Example


Text Example

White with #C54492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54492; }

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

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

background-color css

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

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

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

border-color css

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

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

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