Html Css Color HEX #C55AA3 Mulberry

📋 copy color: '#C55AA3'

red 197 ◦ green 90 ◦ blue 163

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

Shades of Mulberry #C55AA3

Tints of Mulberry #C55AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.22%

R = 43.78%
G = 20%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C55AA3 (or 0xC55AA3) is known color: Mulberry. HEX triplet: C5, 5A and A3. RGB value is (197,90,163). Sum of RGB (Red+Green+Blue) = 197+90+163=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55AA3 is #3AA55C. Grayscale: #828282. Windows color (decimal): -3843421 or 10705605. OLE color: 10705605.

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

Color convert

RGB 197 90 163 -
CMYK 0 0.54 0.17 0.23
HSL 319.07º 0.48% 0.56% -
HSV(B) 319.07º 0.54% 0.77% -
XYZ 33.29 21.83 37.11 -
YUV 130.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 197 90 163 0 0.54 0.17 0.23 319.07 0.48 0.56
Hex C5 5A A3 0 36 11 17 13F 30 38
Octal 305 132 243 0 66 21 27 477 60 70
Binary 11000101 1011010 10100011 0 110110 10001 10111 100111111 110000 111000

Color Harmonies of #C55AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AA3

Black with #C55AA3

Text Example


Text Example

White with #C55AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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