Html Css Color HEX #C543A0 Mulberry

📋 copy color: '#C543A0'

red 197 ◦ green 67 ◦ blue 160

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

Shades of Mulberry #C543A0

Tints of Mulberry #C543A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.8%

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 46.46%
G = 15.8%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C543A0 (or 0xC543A0) is known color: Mulberry. HEX triplet: C5, 43 and A0. RGB value is (197,67,160). Sum of RGB (Red+Green+Blue) = 197+67+160=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C543A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543A0 is #3ABC5F. Grayscale: #747474. Windows color (decimal): -3849312 or 10503109. OLE color: 10503109.

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

Color convert

RGB 197 67 160 -
CMYK 0 0.66 0.19 0.23
HSL 317.08º 0.53% 0.52% -
HSV(B) 317.08º 0.66% 0.77% -
XYZ 31.38 18.42 35.16 -
YUV 116.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 197 67 160 0 0.66 0.19 0.23 317.08 0.53 0.52
Hex C5 43 A0 0 42 13 17 13D 35 34
Octal 305 103 240 0 102 23 27 475 65 64
Binary 11000101 1000011 10100000 0 1000010 10011 10111 100111101 110101 110100

Color Harmonies of #C543A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543A0

Black with #C543A0

Text Example


Text Example

White with #C543A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543A0; }

 p { color: rgb(197,67,160); }

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

background-color css

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

 a { background-color: rgb(197,67,160); }

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

border-color css

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

 span { border-color: rgb(197,67,160); }

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