Html Css Color HEX #C54295 Mulberry

📋 copy color: '#C54295'

red 197 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #C54295

Tints of Mulberry #C54295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

 BLUE value IS 149 (58.59% from 255) = 36.17%

R = 47.82%
G = 16.02%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C54295 (or 0xC54295) is known color: Mulberry. HEX triplet: C5, 42 and 95. RGB value is (197,66,149). Sum of RGB (Red+Green+Blue) = 197+66+149=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54295 is #3ABD6A. Grayscale: #727272. Windows color (decimal): -3849579 or 9781957. OLE color: 9781957.

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

Color convert

RGB 197 66 149 -
CMYK 0 0.66 0.24 0.23
HSL 321.98º 0.53% 0.52% -
HSV(B) 321.98º 0.66% 0.77% -
XYZ 30.4 17.94 30.29 -
YUV 114.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 197 66 149 0 0.66 0.24 0.23 321.98 0.53 0.52
Hex C5 42 95 0 42 18 17 142 35 34
Octal 305 102 225 0 102 30 27 502 65 64
Binary 11000101 1000010 10010101 0 1000010 11000 10111 101000010 110101 110100

Color Harmonies of #C54295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54295

Black with #C54295

Text Example


Text Example

White with #C54295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54295; }

 p { color: rgb(197,66,149); }

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

background-color css

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

 a { background-color: rgb(197,66,149); }

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

border-color css

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

 span { border-color: rgb(197,66,149); }

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