Html Css Color HEX #C54194 Mulberry

📋 copy color: '#C54194'

red 197 ◦ green 65 ◦ blue 148

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

Shades of Mulberry #C54194

Tints of Mulberry #C54194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 48.05%
G = 15.85%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C54194 (or 0xC54194) is known color: Mulberry. HEX triplet: C5, 41 and 94. RGB value is (197,65,148). Sum of RGB (Red+Green+Blue) = 197+65+148=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54194 is #3ABE6B. Grayscale: #717171. Windows color (decimal): -3849836 or 9716165. OLE color: 9716165.

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

Color convert

RGB 197 65 148 -
CMYK 0 0.67 0.25 0.23
HSL 322.27º 0.53% 0.51% -
HSV(B) 322.27º 0.67% 0.77% -
XYZ 30.26 17.79 29.86 -
YUV 113.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 197 65 148 0 0.67 0.25 0.23 322.27 0.53 0.51
Hex C5 41 94 0 43 19 17 142 35 33
Octal 305 101 224 0 103 31 27 502 65 63
Binary 11000101 1000001 10010100 0 1000011 11001 10111 101000010 110101 110011

Color Harmonies of #C54194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54194

Black with #C54194

Text Example


Text Example

White with #C54194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54194; }

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

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

background-color css

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

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

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

border-color css

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

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

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