Html Css Color HEX #C55D94 Mulberry

📋 copy color: '#C55D94'

red 197 ◦ green 93 ◦ blue 148

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

Shades of Mulberry #C55D94

Tints of Mulberry #C55D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

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

R = 44.98%
G = 21.23%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C55D94 (or 0xC55D94) is known color: Mulberry. HEX triplet: C5, 5D and 94. RGB value is (197,93,148). Sum of RGB (Red+Green+Blue) = 197+93+148=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D94 is #3AA26B. Grayscale: #828282. Windows color (decimal): -3842668 or 9723333. OLE color: 9723333.

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

Color convert

RGB 197 93 148 -
CMYK 0 0.53 0.25 0.23
HSL 328.27º 0.47% 0.57% -
HSV(B) 328.27º 0.53% 0.77% -
XYZ 32.29 21.84 30.53 -
YUV 130.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 197 93 148 0 0.53 0.25 0.23 328.27 0.47 0.57
Hex C5 5D 94 0 35 19 17 148 2F 39
Octal 305 135 224 0 65 31 27 510 57 71
Binary 11000101 1011101 10010100 0 110101 11001 10111 101001000 101111 111001

Color Harmonies of #C55D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D94

Black with #C55D94

Text Example


Text Example

White with #C55D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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