Html Css Color HEX #C540A1 Mulberry

📋 copy color: '#C540A1'

red 197 ◦ green 64 ◦ blue 161

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

Shades of Mulberry #C540A1

Tints of Mulberry #C540A1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.17%

 BLUE value IS 161 (63.28% from 255) = 38.15%

R = 46.68%
G = 15.17%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C540A1 (or 0xC540A1) is known color: Mulberry. HEX triplet: C5, 40 and A1. RGB value is (197,64,161). Sum of RGB (Red+Green+Blue) = 197+64+161=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C540A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540A1 is #3ABF5E. Grayscale: #727272. Windows color (decimal): -3850079 or 10567877. OLE color: 10567877.

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

Color convert

RGB 197 64 161 -
CMYK 0 0.68 0.18 0.23
HSL 316.24º 0.53% 0.51% -
HSV(B) 316.24º 0.68% 0.77% -
XYZ 31.29 18.11 35.56 -
YUV 114.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 197 64 161 0 0.68 0.18 0.23 316.24 0.53 0.51
Hex C5 40 A1 0 44 12 17 13C 35 33
Octal 305 100 241 0 104 22 27 474 65 63
Binary 11000101 1000000 10100001 0 1000100 10010 10111 100111100 110101 110011

Color Harmonies of #C540A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C540A1

Black with #C540A1

Text Example


Text Example

White with #C540A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C540A1; }

 p { color: rgb(197,64,161); }

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

background-color css

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

 a { background-color: rgb(197,64,161); }

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

border-color css

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

 span { border-color: rgb(197,64,161); }

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