Html Css Color HEX #C54A96 Mulberry

📋 copy color: '#C54A96'

red 197 ◦ green 74 ◦ blue 150

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

Shades of Mulberry #C54A96

Tints of Mulberry #C54A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.58%

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 46.79%
G = 17.58%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C54A96 (or 0xC54A96) is known color: Mulberry. HEX triplet: C5, 4A and 96. RGB value is (197,74,150). Sum of RGB (Red+Green+Blue) = 197+74+150=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54A96 is #3AB569. Grayscale: #777777. Windows color (decimal): -3847530 or 9849541. OLE color: 9849541.

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

Color convert

RGB 197 74 150 -
CMYK 0 0.62 0.24 0.23
HSL 322.93º 0.51% 0.53% -
HSV(B) 322.93º 0.62% 0.77% -
XYZ 30.98 18.97 30.88 -
YUV 119.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 197 74 150 0 0.62 0.24 0.23 322.93 0.51 0.53
Hex C5 4A 96 0 3E 18 17 143 33 35
Octal 305 112 226 0 76 30 27 503 63 65
Binary 11000101 1001010 10010110 0 111110 11000 10111 101000011 110011 110101

Color Harmonies of #C54A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A96

Black with #C54A96

Text Example


Text Example

White with #C54A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A96; }

 p { color: rgb(197,74,150); }

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

background-color css

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

 a { background-color: rgb(197,74,150); }

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

border-color css

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

 span { border-color: rgb(197,74,150); }

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