Html Css Color HEX #C55D9A Mulberry

📋 copy color: '#C55D9A'

red 197 ◦ green 93 ◦ blue 154

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

Shades of Mulberry #C55D9A

Tints of Mulberry #C55D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 44.37%
G = 20.95%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C55D9A (or 0xC55D9A) is known color: Mulberry. HEX triplet: C5, 5D and 9A. RGB value is (197,93,154). Sum of RGB (Red+Green+Blue) = 197+93+154=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D9A is #3AA265. Grayscale: #828282. Windows color (decimal): -3842662 or 10116549. OLE color: 10116549.

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

Color convert

RGB 197 93 154 -
CMYK 0 0.53 0.22 0.23
HSL 324.81º 0.47% 0.57% -
HSV(B) 324.81º 0.53% 0.77% -
XYZ 32.77 22.03 33.1 -
YUV 131.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 197 93 154 0 0.53 0.22 0.23 324.81 0.47 0.57
Hex C5 5D 9A 0 35 16 17 145 2F 39
Octal 305 135 232 0 65 26 27 505 57 71
Binary 11000101 1011101 10011010 0 110101 10110 10111 101000101 101111 111001

Color Harmonies of #C55D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55D9A

Black with #C55D9A

Text Example


Text Example

White with #C55D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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