Html Css Color HEX #C55A8F Mulberry

📋 copy color: '#C55A8F'

red 197 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #C55A8F

Tints of Mulberry #C55A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 45.81%
G = 20.93%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C55A8F (or 0xC55A8F) is known color: Mulberry. HEX triplet: C5, 5A and 8F. RGB value is (197,90,143). Sum of RGB (Red+Green+Blue) = 197+90+143=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A8F is #3AA570. Grayscale: #7F7F7F. Windows color (decimal): -3843441 or 9394885. OLE color: 9394885.

HSL color Cylindrical-coordinate representation of color #C55A8F: hue angle of 330.28º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55A8F is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 143 -
CMYK 0 0.54 0.27 0.23
HSL 330.28º 0.48% 0.56% -
HSV(B) 330.28º 0.54% 0.77% -
XYZ 31.64 21.17 28.4 -
YUV 128.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 197 90 143 0 0.54 0.27 0.23 330.28 0.48 0.56
Hex C5 5A 8F 0 36 1B 17 14A 30 38
Octal 305 132 217 0 66 33 27 512 60 70
Binary 11000101 1011010 10001111 0 110110 11011 10111 101001010 110000 111000

Color Harmonies of #C55A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A8F

Black with #C55A8F

Text Example


Text Example

White with #C55A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A8F; }

 p { color: rgb(197,90,143); }

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

background-color css

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

 a { background-color: rgb(197,90,143); }

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

border-color css

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

 span { border-color: rgb(197,90,143); }

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