Html Css Color HEX #C54394 Mulberry

📋 copy color: '#C54394'

red 197 ◦ green 67 ◦ blue 148

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

Shades of Mulberry #C54394

Tints of Mulberry #C54394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.26%

 BLUE value IS 148 (58.2% from 255) = 35.92%

R = 47.82%
G = 16.26%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C54394 (or 0xC54394) is known color: Mulberry. HEX triplet: C5, 43 and 94. RGB value is (197,67,148). Sum of RGB (Red+Green+Blue) = 197+67+148=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54394 is #3ABC6B. Grayscale: #727272. Windows color (decimal): -3849324 or 9716677. OLE color: 9716677.

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

Color convert

RGB 197 67 148 -
CMYK 0 0.66 0.25 0.23
HSL 322.62º 0.53% 0.52% -
HSV(B) 322.62º 0.66% 0.77% -
XYZ 30.38 18.02 29.89 -
YUV 115.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 197 67 148 0 0.66 0.25 0.23 322.62 0.53 0.52
Hex C5 43 94 0 42 19 17 143 35 34
Octal 305 103 224 0 102 31 27 503 65 64
Binary 11000101 1000011 10010100 0 1000010 11001 10111 101000011 110101 110100

Color Harmonies of #C54394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54394

Black with #C54394

Text Example


Text Example

White with #C54394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54394; }

 p { color: rgb(197,67,148); }

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

background-color css

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

 a { background-color: rgb(197,67,148); }

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

border-color css

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

 span { border-color: rgb(197,67,148); }

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