Html Css Color HEX #C54592 Mulberry

📋 copy color: '#C54592'

red 197 ◦ green 69 ◦ blue 146

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

Shades of Mulberry #C54592

Tints of Mulberry #C54592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.75%

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

R = 47.82%
G = 16.75%
B = 35.44%

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

#C54592 (or 0xC54592) is known color: Mulberry. HEX triplet: C5, 45 and 92. RGB value is (197,69,146). Sum of RGB (Red+Green+Blue) = 197+69+146=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54592 is #3ABA6D. Grayscale: #737373. Windows color (decimal): -3848814 or 9586117. OLE color: 9586117.

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

Color convert

RGB 197 69 146 -
CMYK 0 0.65 0.26 0.23
HSL 323.91º 0.52% 0.52% -
HSV(B) 323.91º 0.65% 0.77% -
XYZ 30.34 18.2 29.11 -
YUV 116.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 197 69 146 0 0.65 0.26 0.23 323.91 0.52 0.52
Hex C5 45 92 0 41 1A 17 144 34 34
Octal 305 105 222 0 101 32 27 504 64 64
Binary 11000101 1000101 10010010 0 1000001 11010 10111 101000100 110100 110100

Color Harmonies of #C54592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54592

Black with #C54592

Text Example


Text Example

White with #C54592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54592; }

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

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

background-color css

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

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

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

border-color css

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

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

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